Uses of Interface
org.ow2.petals.jbi.component.context.ComponentContext

Packages that use ComponentContext
org.ow2.petals.container.lifecycle   
org.ow2.petals.jbi.messaging.exchange   
org.ow2.petals.jbi.messaging.routing   
org.ow2.petals.jbi.messaging.routing.module   
org.ow2.petals.jbi.messaging.routing.monitoring   
 

Uses of ComponentContext in org.ow2.petals.container.lifecycle
 

Methods in org.ow2.petals.container.lifecycle with parameters of type ComponentContext
 void ComponentLifeCycle.init(ComponentContext componentContext, ComponentLifeCycleThread componentLifeCycleThread, Context context)
           
 void ComponentLifeCycleInterface.init(ComponentContext componentContext, ComponentLifeCycleThread componentLifeCycleThread, Context context)
          Initialization of ComponentLifeCycleMBean
 

Uses of ComponentContext in org.ow2.petals.jbi.messaging.exchange
 

Constructors in org.ow2.petals.jbi.messaging.exchange with parameters of type ComponentContext
DeliveryChannelImpl(ComponentContext context)
          Constructor
 

Uses of ComponentContext in org.ow2.petals.jbi.messaging.routing
 

Methods in org.ow2.petals.jbi.messaging.routing with parameters of type ComponentContext
 void RouterServiceImpl.addComponent(ComponentContext componentContext)
           
 void RouterService.addComponent(ComponentContext componentContext)
          Inform that a component is installing.
 org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper RouterServiceImpl.receive(ComponentContext componentContext, long timeoutMS)
           
 org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper RouterService.receive(ComponentContext componentContext, long timeoutMS)
          Ask to receive a message from MNR and return it.
 void RouterServiceImpl.removeComponent(ComponentContext componentContext)
           
 void RouterService.removeComponent(ComponentContext componentContext)
          Inform that a component is uninstalling.
 void RouterServiceImpl.send(ComponentContext source, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void RouterService.send(ComponentContext componentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
          Send the message into the NMR.
 void RouterServiceImpl.sendSync(ComponentContext source, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, long timeout)
           
 void RouterService.sendSync(ComponentContext componentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, long timeout)
          Send the message synchronously into the NMR.
 

Uses of ComponentContext in org.ow2.petals.jbi.messaging.routing.module
 

Methods in org.ow2.petals.jbi.messaging.routing.module with parameters of type ComponentContext
 void InstallModule.addComponent(ComponentContext componentContext)
          Add a component to the NMR.
 void JAASAuthenticationModule.addComponent(ComponentContext componentContext)
           
 void TransportResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedDestinations, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void AuthorizationModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void EndpointResolverModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowControllerModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void FlowFilterModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 void SenderModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
          Elect a list of candidate endpoints to be destination of the exchange.
 void PriorityOrdererModule.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 boolean ReceiverModule.receiveExchange(org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator, ComponentContext sourceComponentContext)
          The received exchange decorator.
 void InstallModule.removeComponent(ComponentContext componentContext)
          Remove a component to the NMR.
 void JAASAuthenticationModule.removeComponent(ComponentContext componentContext)
           
 

Uses of ComponentContext in org.ow2.petals.jbi.messaging.routing.monitoring
 

Methods in org.ow2.petals.jbi.messaging.routing.monitoring with parameters of type ComponentContext
 void RouterMonitorServiceImpl.electEndpoints(java.util.Map<ServiceEndpoint,TransportSendContext> electedEndpoints, ComponentContext sourceComponentContext, org.ow2.petals.jbi.messaging.exchange.MessageExchangeWrapper exchangeDecorator)
           
 



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