org.apache.servicemix.osworkflow
Class OSWorkflow
java.lang.Object
org.apache.servicemix.osworkflow.OSWorkflow
- All Implemented Interfaces:
- java.lang.Runnable
public class OSWorkflow
- extends java.lang.Object
- implements java.lang.Runnable
|
Constructor Summary |
OSWorkflow(OSWorkflowEndpoint ep,
java.lang.String workflowName,
int action,
java.util.Map map,
java.lang.String caller,
javax.jbi.messaging.MessageExchange exchange)
creates and initializes a new workflow object |
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_EXCHANGE
public static final java.lang.String KEY_EXCHANGE
- See Also:
- Constant Field Values
KEY_IN_MESSAGE
public static final java.lang.String KEY_IN_MESSAGE
- See Also:
- Constant Field Values
KEY_ENDPOINT
public static final java.lang.String KEY_ENDPOINT
- See Also:
- Constant Field Values
KEY_CALLER
public static final java.lang.String KEY_CALLER
- See Also:
- Constant Field Values
KEY_ASYNC_PROCESSING
public static final java.lang.String KEY_ASYNC_PROCESSING
- See Also:
- Constant Field Values
OSWorkflow
public OSWorkflow(OSWorkflowEndpoint ep,
java.lang.String workflowName,
int action,
java.util.Map map,
java.lang.String caller,
javax.jbi.messaging.MessageExchange exchange)
- creates and initializes a new workflow object
- Parameters:
ep - the endpoint referenceworkflowName - the unique workflow name as defined in workflows.xmlaction - the initial actionmap - the value mapcaller - the callerexchange - the received message exchange
run
public void run()
- Specified by:
run in interface java.lang.Runnable
Copyright © 2005-2012 FuseSource. All Rights Reserved.