Uses of Class
org.ow2.petals.component.framework.AbstractComponent

Packages that use AbstractComponent
org.ow2.petals.component.framework.bc   
org.ow2.petals.component.framework.listener   
org.ow2.petals.component.framework.mbean   
org.ow2.petals.component.framework.process   
org.ow2.petals.component.framework.se   
org.ow2.petals.component.framework.su   
 

Uses of AbstractComponent in org.ow2.petals.component.framework.bc
 

Subclasses of AbstractComponent in org.ow2.petals.component.framework.bc
 class AbstractBindingComponent
          An abstract class that can be used to easily create a new JBI Binding Component.
 class DefaultBindingComponent
          The default BindingComponent.
 

Uses of AbstractComponent in org.ow2.petals.component.framework.listener
 

Fields in org.ow2.petals.component.framework.listener declared as AbstractComponent
protected  AbstractComponent AbstractListener.component
          The JBI component itself
 

Methods in org.ow2.petals.component.framework.listener that return AbstractComponent
 AbstractComponent AbstractListener.getComponent()
          Get the component.
 

Methods in org.ow2.petals.component.framework.listener with parameters of type AbstractComponent
 void AbstractListener.init(AbstractComponent component)
          Initialize the listener.
 

Uses of AbstractComponent in org.ow2.petals.component.framework.mbean
 

Constructors in org.ow2.petals.component.framework.mbean with parameters of type AbstractComponent
InterceptorManager(AbstractComponent component, org.ow2.petals.component.framework.jbidescriptor.generated.Jbi jbiComponentConfiguration, java.io.File jbiComponentFile)
           
 

Uses of AbstractComponent in org.ow2.petals.component.framework.process
 

Fields in org.ow2.petals.component.framework.process declared as AbstractComponent
protected  AbstractComponent JBIProcessorManager.component
           
protected  AbstractComponent MessageInterceptorProcessor.component
          The JBI component instance
protected  AbstractComponent JBIAcceptorManager.component
           
 

Constructors in org.ow2.petals.component.framework.process with parameters of type AbstractComponent
ExternalListenerManager(AbstractComponent component)
          Creates a new instance of ExternalListenerManager
JBIAcceptorManager(AbstractComponent component, JBIProcessorManager jbiProcessorManager, RuntimeConfigurationNotifier runtimeConfiguration, java.util.logging.Logger log)
          Creates a new instance of JBIAcceptorManager
JBIProcessorManager(AbstractComponent component, RuntimeConfigurationNotifier runtimeConfiguration, java.util.logging.Logger logger)
          Creates a new instance of JBIProcessorManager
MessageExchangeAcceptor(AbstractComponent component, java.util.concurrent.ThreadPoolExecutor jbiProcessorThreadPool, org.apache.commons.pool.impl.GenericObjectPool jbiProcessorObjectPool, java.util.logging.Logger logger, java.lang.ThreadGroup threadGroup, java.lang.String threadName)
           
MessageExchangeProcessor(AbstractComponent component, AbstractJBIListener jbiListener, java.util.logging.Logger logger)
          Creates a processor that listen to new MessageExchange on the specified channel.
MessageInterceptorProcessor(AbstractComponent component, java.util.logging.Logger logger)
          Creates a new instance of MessageInterceptorProcessor
 

Uses of AbstractComponent in org.ow2.petals.component.framework.se
 

Subclasses of AbstractComponent in org.ow2.petals.component.framework.se
 class AbstractServiceEngine
          An abstract class that can be used to easily create a new JBI Service Engine.
 class DefaultServiceEngine
          The Default ServiceEngine.
 

Uses of AbstractComponent in org.ow2.petals.component.framework.su
 

Fields in org.ow2.petals.component.framework.su declared as AbstractComponent
protected  AbstractComponent AbstractServiceUnitManager.component
          The reference to the component
 

Constructors in org.ow2.petals.component.framework.su with parameters of type AbstractComponent
AbstractServiceUnitManager(AbstractComponent component)
          Creates a new instance of AbstractServiceUnitManager
ServiceEngineServiceUnitManager(AbstractComponent engine)
          Creates a new instance of ServiceEngineServiceUnitManager
 



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