Uses of Class
org.ow2.petals.se.eip.async.CommonAsyncContext

Packages that use CommonAsyncContext
org.ow2.petals.se.eip.async   
org.ow2.petals.se.eip.listener   
org.ow2.petals.se.eip.patterns   
 

Uses of CommonAsyncContext in org.ow2.petals.se.eip.async
 

Subclasses of CommonAsyncContext in org.ow2.petals.se.eip.async
 class DynamicRouterAsyncContext
           
 class RoutingSlipAsyncContext
           
 

Uses of CommonAsyncContext in org.ow2.petals.se.eip.listener
 

Methods in org.ow2.petals.se.eip.listener with parameters of type CommonAsyncContext
protected  boolean JBIListener.process(org.ow2.petals.component.framework.api.message.Exchange exchange, CommonAsyncContext asyncContext, boolean expired)
          Check for the action defined in the SU and call the related Pattern processor
 

Uses of CommonAsyncContext in org.ow2.petals.se.eip.patterns
 

Methods in org.ow2.petals.se.eip.patterns with parameters of type CommonAsyncContext
 boolean DynamicRouter.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
abstract  boolean AbstractPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
          Process the async message.
 boolean WireTap.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean AbstractMEPBridgeWithUnicConsumesPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean RoutingSlip.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean Dispatcher.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean Aggregator.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean AbstractAggregatorPattern.processAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 boolean AbstractPattern.processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext, boolean expired)
           
 boolean Pattern.processAsyncPattern(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext, boolean expired)
          Process an exchange for an asynchronous pattern.
 boolean AbstractPattern.processExpiredAsync(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
          Process the expired async message.
protected  void AbstractMEPBridgePattern.processResponse(org.ow2.petals.component.framework.api.message.Exchange exchange, ExchangeContext context, CommonAsyncContext asyncContext)
           
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.