org.ow2.petals.se.eip.async
Class RoutingSlipAsyncContext
java.lang.Object
org.ow2.petals.component.framework.process.async.AsyncContext
org.ow2.petals.se.eip.async.CommonAsyncContext
org.ow2.petals.se.eip.async.RoutingSlipAsyncContext
- Direct Known Subclasses:
- DynamicRouterAsyncContext
public class RoutingSlipAsyncContext
- extends CommonAsyncContext
- Author:
- Frederic Gardes
|
Constructor Summary |
|
RoutingSlipAsyncContext(org.ow2.petals.component.framework.api.message.Exchange originalExchange,
java.lang.Long timeToLive,
boolean faultToException,
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> consumesList)
The Constructor |
protected |
RoutingSlipAsyncContext(org.ow2.petals.component.framework.api.message.Exchange originalExchange,
java.lang.Long timeToLive,
java.lang.String pattern,
int ongoingSubMessages,
boolean faultToException,
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> consumesList)
The Constructor |
|
Method Summary |
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> |
getConsumesList()
Get the consumesList |
| Methods inherited from class org.ow2.petals.component.framework.process.async.AsyncContext |
getExpirationTime, getOriginalExchange, getTimeToLive, setStartTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutingSlipAsyncContext
protected RoutingSlipAsyncContext(org.ow2.petals.component.framework.api.message.Exchange originalExchange,
java.lang.Long timeToLive,
java.lang.String pattern,
int ongoingSubMessages,
boolean faultToException,
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> consumesList)
- The Constructor
- Parameters:
originalExchange - timeToLive - consumesList - faultToException -
RoutingSlipAsyncContext
public RoutingSlipAsyncContext(org.ow2.petals.component.framework.api.message.Exchange originalExchange,
java.lang.Long timeToLive,
boolean faultToException,
java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> consumesList)
- The Constructor
- Parameters:
originalExchange - timeToLive - consumesList - faultToException -
getConsumesList
public java.util.List<org.ow2.petals.component.framework.jbidescriptor.generated.Consumes> getConsumesList()
- Get the consumesList
- Returns:
- the consumesList
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.