Uses of Interface
com.sas.services.storedprocess.ExecutionInterface
Packages that use ExecutionInterface
-
Uses of ExecutionInterface in com.sas.services.storedprocess
Methods in com.sas.services.storedprocess that return ExecutionInterfaceModifier and TypeMethodDescriptionStoredProcessInterface.execute(boolean synchronous, ExecutionStatusListenerInterface listener, boolean createAlert, Object connection) Deprecated.Execute the stored process.Methods in com.sas.services.storedprocess with parameters of type ExecutionInterfaceModifier and TypeMethodDescriptionvoidExecutionStatusListenerInterface.executionStatusChanged(ExecutionInterface storedProcessExecution) Deprecated.Signal a change in status in the execution of a stored process.