org.apache.servicemix.osworkflow
Class OSWorkflow
java.lang.Object
org.apache.servicemix.osworkflow.OSWorkflow
- All Implemented Interfaces:
- Runnable
public class OSWorkflow
- extends Object
- implements Runnable
- Author:
- lhe
|
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 String KEY_EXCHANGE
- See Also:
- Constant Field Values
KEY_IN_MESSAGE
public static final String KEY_IN_MESSAGE
- See Also:
- Constant Field Values
KEY_ENDPOINT
public static final String KEY_ENDPOINT
- See Also:
- Constant Field Values
KEY_CALLER
public static final String KEY_CALLER
- See Also:
- Constant Field Values
KEY_ASYNC_PROCESSING
public static final String KEY_ASYNC_PROCESSING
- See Also:
- Constant Field Values
OSWorkflow
public OSWorkflow(OSWorkflowEndpoint ep,
String workflowName,
int action,
Map map,
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 Runnable
Copyright © 2010 FuseSource. All Rights Reserved.