| java.lang.Object de.danet.an.workflow.ejbs.client.StandardWorkflowService
Inner Class :public static class TopicConnectionWrapper implements TopicConnection | |
Constructor Summary | |
public | StandardWorkflowService(Map props, Context ic, WorkflowEngine e) Creates an instance of StandardWorkflowService
with all attributes initialized to default values. |
StandardWorkflowService | public StandardWorkflowService(Map props, Context ic, WorkflowEngine e)(Code) | | Creates an instance of StandardWorkflowService
with all attributes initialized to default values.
Parameters: props - the service properties Parameters: ic - the initial context to be used for lookup of serverresources Parameters: e - the workflow engine |
channelMessageOutTopic | Topic channelMessageOutTopic()(Code) | | Return the channel messages out topic.
the topic |
release | public void release()(Code) | | Free any allocated resources.
|
topicConnection | TopicConnection topicConnection() throws RemoteException, JMSException(Code) | | Return a started topic connection.
the connection throws: RemoteException - if a system-level error occurs throws: JMSException - if the connection cannot be created |
|
|