Uses of Class
org.apache.servicemix.jbi.container.JBIContainer

Packages that use JBIContainer
org.apache.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
org.apache.servicemix.jbi.event Event and listeners definitions that can be registered in the JBI container. 
org.apache.servicemix.jbi.framework Component Framwork - internal representations of Components and registries for end points, service units etc Provides standard Installation and Deployment services 
org.apache.servicemix.jbi.logging   
org.apache.servicemix.jbi.management Supporting classes for ServiceMix management 
org.apache.servicemix.jbi.messaging JBI Normalized Message Service (NMS) implementation classes 
org.apache.servicemix.jbi.monitoring   
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
org.apache.servicemix.jbi.view   
 

Uses of JBIContainer in org.apache.servicemix.client
 

Methods in org.apache.servicemix.client that return JBIContainer
 JBIContainer ClientFactoryBean.getContainer()
           
 

Methods in org.apache.servicemix.client with parameters of type JBIContainer
 void ClientFactoryBean.setContainer(JBIContainer container)
           
 

Constructors in org.apache.servicemix.client with parameters of type JBIContainer
DefaultServiceMixClient(JBIContainer container)
          Provides the JBI container used for message dispatch.
DefaultServiceMixClient(JBIContainer container, ActivationSpec activationSpec)
          Provides the JBI container and the activation specification, which can be used to register this client at a specific endpoint so that default container routing rules can be configured via dependency injection and the client endpoint metadata can be configured to allow services to talk to this client.
ServiceMixClientFacade(JBIContainer container)
          Provides the JBI container used for message dispatch.
ServiceMixClientFacade(JBIContainer container, ActivationSpec activationSpec)
          Provides the JBI container and the activation specification, which can be used to register this client at a specific endpoint so that default container routing rules can be configured via dependency injection and the client endpoint metadata can be configured to allow services to talk to this client.
 

Uses of JBIContainer in org.apache.servicemix.jbi.container
 

Subclasses of JBIContainer in org.apache.servicemix.jbi.container
 class SpringJBIContainer
          An enhanced JBI container which adds some Spring helper methods for easier configuration through spring's XML configuration file.
 

Methods in org.apache.servicemix.jbi.container that return JBIContainer
 JBIContainer DeploySupport.getJbiContainer()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type JBIContainer
 void DeploySupport.deploy(JBIContainer container)
           
 void EnvironmentContext.init(JBIContainer container, String rootDirPath)
          Initialize the Environment
 void DeploySupport.setJbiContainer(JBIContainer jbiContainer)
           
 

Uses of JBIContainer in org.apache.servicemix.jbi.event
 

Methods in org.apache.servicemix.jbi.event with parameters of type JBIContainer
 void ContainerAware.setContainer(JBIContainer container)
          This method is called when the listener is registered on the JBI container.
 

Uses of JBIContainer in org.apache.servicemix.jbi.framework
 

Methods in org.apache.servicemix.jbi.framework that return JBIContainer
 JBIContainer ComponentMBeanImpl.getContainer()
           
 JBIContainer ComponentContextImpl.getContainer()
           
 

Methods in org.apache.servicemix.jbi.framework with parameters of type JBIContainer
 void Registry.init(JBIContainer container)
           
 void AutoDeploymentService.init(JBIContainer container)
          Initialize the Service
 void DeploymentService.init(JBIContainer container)
          Initialize the Service
 void InstallationService.init(JBIContainer container)
          Initialize the Service
 void ComponentContextImpl.setContainer(JBIContainer container)
           
 

Constructors in org.apache.servicemix.jbi.framework with parameters of type JBIContainer
ComponentContextImpl(JBIContainer container, ComponentNameSpace componentName)
          Constructor
ComponentMBeanImpl(JBIContainer container, ComponentNameSpace name, String description, javax.jbi.component.Component component, boolean binding, boolean service, String[] sharedLibraries)
          Construct with it's id and delivery channel Id
InstallerMBeanImpl(JBIContainer container, InstallationContextImpl ic)
          Constructor for the InstallerMBean
 

Uses of JBIContainer in org.apache.servicemix.jbi.logging
 

Methods in org.apache.servicemix.jbi.logging that return JBIContainer
 JBIContainer LogService.getContainer()
           
 

Methods in org.apache.servicemix.jbi.logging with parameters of type JBIContainer
 void LogService.setContainer(JBIContainer container)
           
 

Uses of JBIContainer in org.apache.servicemix.jbi.management
 

Fields in org.apache.servicemix.jbi.management declared as JBIContainer
protected  JBIContainer BaseSystemService.container
           
 

Methods in org.apache.servicemix.jbi.management that return JBIContainer
 JBIContainer BaseSystemService.getContainer()
           
 

Methods in org.apache.servicemix.jbi.management with parameters of type JBIContainer
 void BaseSystemService.init(JBIContainer cont)
           
 void ManagementContext.init(JBIContainer container, MBeanServer server)
          Initialize the ManagementContext
 

Uses of JBIContainer in org.apache.servicemix.jbi.messaging
 

Methods in org.apache.servicemix.jbi.messaging that return JBIContainer
 JBIContainer DeliveryChannelImpl.getContainer()
           
 

Methods in org.apache.servicemix.jbi.messaging with parameters of type JBIContainer
 void DeliveryChannelImpl.setContainer(JBIContainer container)
           
 

Uses of JBIContainer in org.apache.servicemix.jbi.monitoring
 

Methods in org.apache.servicemix.jbi.monitoring with parameters of type JBIContainer
 void StatisticsService.init(JBIContainer container)
           
 

Uses of JBIContainer in org.apache.servicemix.jbi.nmr
 

Methods in org.apache.servicemix.jbi.nmr that return JBIContainer
 JBIContainer DefaultBroker.getContainer()
           
 JBIContainer Broker.getContainer()
           
 

Methods in org.apache.servicemix.jbi.nmr with parameters of type JBIContainer
 void DefaultBroker.init(JBIContainer container)
          initialize the broker
 void Broker.init(JBIContainer container)
          initialize the broker
 

Uses of JBIContainer in org.apache.servicemix.jbi.view
 

Methods in org.apache.servicemix.jbi.view that return JBIContainer
 JBIContainer DotViewService.getContainer()
           
 JBIContainer DotViewEndpointListener.getContainer()
           
 

Methods in org.apache.servicemix.jbi.view with parameters of type JBIContainer
 void DotViewService.setContainer(JBIContainer container)
           
 void DotViewEndpointListener.setContainer(JBIContainer container)
           
 



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.