Uses of Class
org.apache.servicemix.jbi.framework.ComponentContextImpl

Packages that use ComponentContextImpl
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.messaging JBI Normalized Message Service (NMS) implementation classes 
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
 

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

Methods in org.apache.servicemix.jbi.container with parameters of type ComponentContextImpl
 ObjectName JBIContainer.activateComponent(File installationDir, javax.jbi.component.Component component, String description, ComponentContextImpl context, ActivationSpec activationSpec, boolean pojo, boolean binding, boolean service, String[] sharedLibraries)
           
 ObjectName JBIContainer.activateComponent(File installDir, javax.jbi.component.Component component, String description, ComponentContextImpl context, boolean binding, boolean service, String[] sharedLibraries)
          Called by the Installer MBean
 javax.jbi.servicedesc.ServiceEndpoint JBIContainer.getEndpoint(ComponentContextImpl context, QName service, String endpointName)
           
 javax.jbi.servicedesc.ServiceEndpoint[] JBIContainer.getEndpoints(ComponentContextImpl context, QName interfaceName)
           
 javax.jbi.servicedesc.ServiceEndpoint[] JBIContainer.getEndpointsForService(ComponentContextImpl context, QName serviceName)
           
 javax.jbi.servicedesc.ServiceEndpoint[] JBIContainer.getExternalEndpoints(ComponentContextImpl context, QName interfaceName)
           
 javax.jbi.servicedesc.ServiceEndpoint[] JBIContainer.getExternalEndpointsForService(ComponentContextImpl context, QName serviceName)
           
 javax.jbi.servicedesc.ServiceEndpoint JBIContainer.resolveEndpointReference(ComponentContextImpl context, DocumentFragment epr)
           
 

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

Methods in org.apache.servicemix.jbi.event that return ComponentContextImpl
 ComponentContextImpl ExchangeEvent.getExchangeSourceContext()
          Returns the source context which created the message exchange
 

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

Methods in org.apache.servicemix.jbi.framework that return ComponentContextImpl
protected  ComponentContextImpl InstallationService.buildComponentContext(File componentRoot, File installRoot, String name)
           
 ComponentContextImpl ComponentMBeanImpl.getContext()
           
 

Methods in org.apache.servicemix.jbi.framework with parameters of type ComponentContextImpl
 javax.jbi.servicedesc.ServiceEndpoint Registry.activateEndpoint(ComponentContextImpl context, QName serviceName, String endpointName)
           
 InternalEndpoint Registry.deregisterSubscription(ComponentContextImpl context, SubscriptionSpec subscription)
           
 InternalEndpoint ComponentContextImpl.deregisterSubscription(ComponentContextImpl context, SubscriptionSpec subscription)
           
 void Registry.deregisterSubscriptions(ComponentContextImpl context, ActivationSpec as)
          Deregister All subscriptions
 void ComponentContextImpl.deregisterSubscriptions(ComponentContextImpl context, ActivationSpec as)
          Deregister All subscriptions
 InternalEndpoint EndpointRegistry.registerInternalEndpoint(ComponentContextImpl provider, QName serviceName, String endpointName)
          Activate an endpoint
 void Registry.registerSubscription(ComponentContextImpl context, SubscriptionSpec subscription, javax.jbi.servicedesc.ServiceEndpoint endpoint)
           
 void ComponentContextImpl.registerSubscription(ComponentContextImpl context, SubscriptionSpec subscription, javax.jbi.servicedesc.ServiceEndpoint endpoint)
           
 void Registry.registerSubscriptions(ComponentContextImpl context, ActivationSpec as)
          Register All subscriptions
 void ComponentContextImpl.registerSubscriptions(ComponentContextImpl context, ActivationSpec as)
          Register All subscriptions
 void ComponentMBeanImpl.setContext(ComponentContextImpl ctx)
          Set the Context
 

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

Fields in org.apache.servicemix.jbi.messaging declared as ComponentContextImpl
protected  ComponentContextImpl MessageExchangeImpl.sourceContext
           
 

Methods in org.apache.servicemix.jbi.messaging that return ComponentContextImpl
 ComponentContextImpl DeliveryChannelImpl.getContext()
          Get the context
 ComponentContextImpl MessageExchangeFactoryImpl.getContext()
          Get the Context
 ComponentContextImpl MessageExchangeImpl.getSourceContext()
          Returns the context which created the message exchange which can then be used for routing
 

Methods in org.apache.servicemix.jbi.messaging with parameters of type ComponentContextImpl
 void DeliveryChannelImpl.setContext(ComponentContextImpl context)
          set the context
 void MessageExchangeFactoryImpl.setContext(ComponentContextImpl context)
          Set the Context
 void MessageExchangeImpl.setSourceContext(ComponentContextImpl sourceContext)
          Set the context
 

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

Methods in org.apache.servicemix.jbi.nmr with parameters of type ComponentContextImpl
protected  EndpointFilter DefaultBroker.createEndpointFilter(ComponentContextImpl context, MessageExchangeImpl exchange)
          Factory method to create an endpoint filter for the given component context and message exchange
 



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