com.ibm.workflow.api
Interface ExecutionAgent


public interface ExecutionAgent


Method Summary
 ReadOnlyContainer inContainer()
          The native implementation of the Java API does not support this method.
 ReadWriteContainer outContainer()
          The native implementation of the Java API does not support this method.
 java.lang.String persistentOidOfActivityInstance()
          The native implementation of the Java API does not support this method.
 java.lang.String processContext()
          The native implementation of the Java API does not support this method.
 java.lang.String programID()
          The native implementation of the Java API does not support this method.
 ReadOnlyContainer remoteInContainer(java.lang.String programID)
          The native implementation of the Java API does not support this method.
 ReadWriteContainer remoteOutContainer(java.lang.String programID)
          The native implementation of the Java API does not support this method.
 java.lang.String remotePersistentOidOfActivityInstance(java.lang.String programID)
          The native implementation of the Java API does not support this method.
 java.lang.String remoteProcessContext(java.lang.String programID)
           
 java.lang.String remoteUserID(java.lang.String programID)
          The native implementation of the Java API does not support this method.
 void setOutContainer(ReadWriteContainer outContainer)
          The native implementation of the Java API does not support this method.
 void setRemoteOutContainer(java.lang.String programID, ReadWriteContainer container)
          The native implementation of the Java API does not support this method.
 java.lang.String userID()
          The native implementation of the Java API does not support this method.
 

Method Detail

persistentOidOfActivityInstance

public java.lang.String persistentOidOfActivityInstance()
                                                 throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

processContext

public java.lang.String processContext()
                                throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

userID

public java.lang.String userID()
                        throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

inContainer

public ReadOnlyContainer inContainer()
                              throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

outContainer

public ReadWriteContainer outContainer()
                                throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

programID

public java.lang.String programID()
                           throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

remoteInContainer

public ReadOnlyContainer remoteInContainer(java.lang.String programID)
                                    throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

remoteOutContainer

public ReadWriteContainer remoteOutContainer(java.lang.String programID)
                                      throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

remotePersistentOidOfActivityInstance

public java.lang.String remotePersistentOidOfActivityInstance(java.lang.String programID)
                                                       throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

remoteProcessContext

public java.lang.String remoteProcessContext(java.lang.String programID)
                                      throws FmcException

remoteUserID

public java.lang.String remoteUserID(java.lang.String programID)
                              throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

setOutContainer

public void setOutContainer(ReadWriteContainer outContainer)
                     throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown

setRemoteOutContainer

public void setRemoteOutContainer(java.lang.String programID,
                                  ReadWriteContainer container)
                           throws FmcException
The native implementation of the Java API does not support this method. It is available only for compatibility reasons. A call to this method returns an FMC_ERROR_NOT_SUPPORTED exception.
Throws:
FmcException - FMC_ERROR_NOT_SUPPORTED exception is thrown


© Copyright IBM Corporation 1999, 2007. All Rights Reserved.