|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.storedprocess.ResultHints
public abstract class ResultHints
This abstract class is the superclass of the various ResultHints subclasses.
| Field Summary | |
|---|---|
static int |
HINT_SUBTYPE_NA
Deprecated. |
static int |
HINT_SUBTYPE_SET
Deprecated. |
static int |
HINT_SUBTYPE_WEBDAV_DAVSERVER
Deprecated. |
static int |
HINT_SUBTYPE_WEBDAV_URL
Deprecated. |
static int |
HINT_SUBTYPE_WEBDAV_USER_PR
Deprecated. |
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
Deprecated. Clones this object. |
java.lang.Object |
getResultLocation()
Deprecated. Returns the location to which the package is written. |
boolean |
isLifecycleBound()
Deprecated. Returns the setting which determines if the life cycle of the package is bound to ExecutionInterface. |
boolean |
isNewInstanceCreated()
Deprecated. Returns the setting which determines if the service should create a new instance. |
void |
setLifecycleBound(boolean lifecycleBound)
Deprecated. Determines whether the life cycle of the package is bound to ExecutionInterface. |
void |
setNewInstanceCreated(boolean createNewInstance)
Deprecated. Determines if the service should create a new instance. |
| Field Detail |
|---|
public static final int HINT_SUBTYPE_NA
public static final int HINT_SUBTYPE_WEBDAV_USER_PR
public static final int HINT_SUBTYPE_WEBDAV_DAVSERVER
public static final int HINT_SUBTYPE_WEBDAV_URL
public static final int HINT_SUBTYPE_SET
| Method Detail |
|---|
protected java.lang.Object clone()
clone in class java.lang.Objectpublic void setLifecycleBound(boolean lifecycleBound)
ExecutionInterface. If it is,
the package is closed when ExecutionBaseInterface.destroy()
is called.
lifecycleBound - true - package is closed by ExecutionInteface's destroy();
false - package life controlled by consumer.public boolean isLifecycleBound()
ExecutionInterface. If it is,
the package is closed when ExecutionBaseInterface.destroy()
is called.
ExecutionInterface; false, if is not.public void setNewInstanceCreated(boolean createNewInstance)
createNewInstance - true - the service creates a new instance; false - the service does not create a new instancepublic boolean isNewInstanceCreated()
public java.lang.Object getResultLocation()
ExecutionInterface.getResultHints(), as the result
location may only be available after execution is complete.
Not all sub-classes support this method - lack of support of this method by a subclass is explicitly stated in the javadoc for the subclass.
The value returned by this is not affected by a call to
setLifecycleBound(boolean) and reflects
the location of the package written out by the stored process.
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||