Uses of Interface
com.sas.services.storedprocess.Execution2Interface

Packages that use Execution2Interface
com.sas.services.storedprocess Execute stored processes. 
 

Uses of Execution2Interface in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that return Execution2Interface
 Execution2Interface StoredProcess2Interface.execute(boolean synchronous, ExecutionStatusListener2Interface listener, boolean createAlert, java.lang.Object connection)
          Execute the stored process.
 Execution2Interface StoredProcess2Interface.executeAsynch(ExecutionStatusListener2Interface listener, boolean createAlert)
          Execute the stored process asynchronously.
 

Methods in com.sas.services.storedprocess with parameters of type Execution2Interface
 void ExecutionStatusListener2Interface.executionStatusChanged(Execution2Interface storedProcessExecution)
          Signal a change in status in the execution of a stored process.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.