org.ow2.petals.se.eip.async
Class RoutingSlipAsyncContext

java.lang.Object
  extended by org.ow2.petals.component.framework.process.async.AsyncContext
      extended by org.ow2.petals.se.eip.async.CommonAsyncContext
          extended by org.ow2.petals.se.eip.async.RoutingSlipAsyncContext
Direct Known Subclasses:
DynamicRouterAsyncContext

public class RoutingSlipAsyncContext
extends CommonAsyncContext

Author:
Frederic Gardes

Field Summary
 
Fields inherited from class org.ow2.petals.se.eip.async.CommonAsyncContext
DEFAULT_TIME_TO_LIVE
 
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.se.eip.async.CommonAsyncContext
decrementAndGetOngoingSubMessages, getPattern, isExceptionRobust, isFaultRobust, isFaultToException, isTerminated, setTerminated
 
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
 

Constructor Detail

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 -
Method Detail

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.