Uses of Interface
com.sas.services.storedprocess.Execution2Interface
Packages that use Execution2Interface
-
Uses of Execution2Interface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return Execution2InterfaceModifier and TypeMethodDescriptionStoredProcess2Interface.execute(boolean synchronous, ExecutionStatusListener2Interface listener, boolean createAlert, Object connection) Execute the stored process.StoredProcess2Interface.executeAsynch(ExecutionStatusListener2Interface listener, boolean createAlert) Execute the stored process asynchronously.Methods in com.sas.services.storedprocess with parameters of type Execution2InterfaceModifier and TypeMethodDescriptionvoidExecutionStatusListener2Interface.executionStatusChanged(Execution2Interface storedProcessExecution) Signal a change in status in the execution of a stored process.