com.sas.services.storedprocess
Interface ExecutionStatusListenerInterface

All Superinterfaces:
java.rmi.Remote

Deprecated. Use ExecutionStatusListener2Interface instead.

public interface ExecutionStatusListenerInterface
extends java.rmi.Remote

This interface is implemented by clients who need to be notified of stored process execution status changes. See the package description documentation for usage information.

Since:
1.0

Method Summary
 void executionStatusChanged(ExecutionInterface storedProcessExecution)
          Deprecated. Signal a change in status in the execution of a stored process.
 

Method Detail

executionStatusChanged

void executionStatusChanged(ExecutionInterface storedProcessExecution)
                            throws java.rmi.RemoteException
Deprecated. 
Signal a change in status in the execution of a stored process. A client implements this method and will get control when the status of execution of the stored process changes. This method is called twice: when the stored process begins executing and when the stored process completes execution. The status is available by calling the getStatus() method on the parameter.

Parameters:
storedProcessExecution - the ExecutionInterface object which describes the execution of the stored process
Throws:
java.rmi.RemoteException - if a network anomaly is encountered.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.