All Packages Class Hierarchy This Package Previous Next Index
This function/method retrieves the input container from the MQ Workflow program execution agent (activity implementation call).
This function/method retrieves the output container from the MQ Workflow program execution agent (activity implementation call).
This function/method retrieves the input container from the MQ Workflow program execution agent (activity implementation call).
This function/method retrieves the output container from the MQ Workflow program execution agent (activity implementation call).
This function/method returns the output container to the MQ Workflow program execution agent (activity implementation call).
This function/method returns the output container to the MQ Workflow program execution agent (activity implementation call).
public abstract String userID() throws FmcException
public abstract ReadOnlyContainer inContainer() throws FmcException
This function/method retrieves the input container from the MQ Workflow program execution agent (activity implementation call).
It can be used from within an activity implementation or support tool.
public abstract ReadWriteContainer outContainer() throws FmcException
This function/method retrieves the output container from the MQ Workflow program execution agent (activity implementation call).
It can be used from within an activity implementation.
public abstract String programID() throws FmcException
public abstract ReadOnlyContainer remoteInContainer(String programID) throws FmcException
This function/method retrieves the input container from the MQ Workflow program execution agent (activity implementation call).
It can be used from within a program started by an activity implementation or support tool.
public abstract ReadWriteContainer remoteOutContainer(String programID) throws FmcException
This function/method retrieves the output container from the MQ Workflow program execution agent (activity implementation call).
It can be used from within a program started by an activity implementation.
public abstract String remoteUserID(String programID) throws FmcException
public abstract void setOutContainer(ReadWriteContainer outContainer) throws FmcException
This function/method returns the output container to the MQ Workflow program execution agent (activity implementation call).
It can be used from within an activity implementation as often as required. Note, however, that the output container is not returned to the MQ Workflow execution server until the activity implementation ends. It is kept transiently by the program execution agent.
public abstract void setRemoteOutContainer(String programID, ReadWriteContainer container) throws FmcException
This function/method returns the output container to the MQ Workflow program execution agent (activity implementation call).
It can be used from within a program started by an activity implementation as often as required. Note, however, that the output container is not returned to the MQ Workflow execution server until the activity implementation ends. It is kept transiently by the program execution agent.
All Packages Class Hierarchy This Package Previous Next Index