|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use ExecutionException | |
|---|---|
| com.sas.services.storedprocess | Execute stored processes. |
| Uses of ExecutionException in com.sas.services.storedprocess |
|---|
| Methods in com.sas.services.storedprocess that return ExecutionException | |
|---|---|
abstract ExecutionException[] |
ExecutionBaseInterface.getExceptions()
Get the exceptions which caused the stored process to complete with a status of ExecutionBaseInterface.STATUS_SAS_EXCEPTION_OCCURRED or
ExecutionBaseInterface.STATUS_EXCEPTION_OCCURRED. |
| Methods in com.sas.services.storedprocess that throw ExecutionException | |
|---|---|
abstract Execution2Interface |
StoredProcess2Interface.execute(boolean synchronous,
ExecutionStatusListener2Interface listener,
boolean createAlert,
java.lang.Object connection)
Execute the stored process. |
abstract ExecutionInterface |
StoredProcessInterface.execute(boolean synchronous,
ExecutionStatusListenerInterface listener,
boolean createAlert,
java.lang.Object connection)
Deprecated. Execute the stored process. |
abstract Execution2Interface |
StoredProcess2Interface.executeAsynch(ExecutionStatusListener2Interface listener,
boolean createAlert)
Execute the stored process asynchronously. |
|
| Foundation |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||