Uses of Interface
org.ow2.petals.microkernel.api.jbi.ComponentContext

Packages that use ComponentContext
org.ow2.petals.microkernel.api.container   
org.ow2.petals.microkernel.api.jbi.messaging   
 

Uses of ComponentContext in org.ow2.petals.microkernel.api.container
 

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

Uses of ComponentContext in org.ow2.petals.microkernel.api.jbi.messaging
 

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



Copyright © 2005-2015 Linagora. All Rights Reserved.