Uses of Class
org.apache.servicemix.jbi.management.BaseLifeCycle

Packages that use BaseLifeCycle
org.apache.servicemix.client A JBI client interface for interacting with a JBI container easily from client side applications. 
org.apache.servicemix.components.util A collection of utility components and helper classes for developers wishing to write components. 
org.apache.servicemix.jbi.container The JBI Container implementation and supporting classes 
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.monitoring   
org.apache.servicemix.jbi.nmr The Normalized Message Router implementation. 
org.apache.servicemix.jbi.nmr.flow   
org.apache.servicemix.jbi.nmr.flow.jca   
org.apache.servicemix.jbi.nmr.flow.jms   
org.apache.servicemix.jbi.nmr.flow.seda   
org.apache.servicemix.jbi.nmr.flow.st   
org.apache.servicemix.jbi.security   
org.apache.servicemix.jbi.view   
org.apache.servicemix.tck   
 

Uses of BaseLifeCycle in org.apache.servicemix.client
 

Subclasses of BaseLifeCycle in org.apache.servicemix.client
 class DefaultServiceMixClient
          The default implementation of the ServiceMixClient API.
 class RemoteServiceMixClient
          Provides remote access to ServiceMix JBI Containers running on the JMS NMR Flow The RemoteServiceMixClient creates an enbedded JBIContainer and set the flow to use JMSFlow @see org.apache.servicemix.jbi.nmr.flow.jms.JMSFlow
 

Uses of BaseLifeCycle in org.apache.servicemix.components.util
 

Subclasses of BaseLifeCycle in org.apache.servicemix.components.util
 class ChainedComponent
          Deprecated. use the StaticRoutingSlip pattern from the EIP component instead
 class ComponentSupport
          A useful base class for developers wishing to implement a JBI Component.
 class EchoComponent
          A simple, yet useful component for testing synchronous flows.
 class MockServiceComponent
          A simple mock service component which is hard coded with a response to give which can be very useful for mocking out a web service call with some static response.
 class OutBinding
          A base class for bindings which process inbound JBI messages
 class PipelineComponent
          This component acts as an InOnly component which pipelines a request/response (InOut) to a service then forwards the response onto an InOut component.
 class PojoSupport
          A useful base class for a POJO based JBI component which contains most of the basic plumbing
 class PollingComponentSupport
          An implementation inheritence class for a component which polls some resource at periodic intervals to decide if there is an event to process.
 class StreamWriterComponent
          A Component that dumps a message to a stream
 class TraceComponent
          A simple tracing component which can be placed inside a pipeline to trace the message exchange though the component.
 class TransformComponent
          A Java based transformation component using a plugable MessageTransformer instance to transform the input message into the output message.
 class TransformComponentSupport
          A useful base class for a transform component.
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.container
 class EnvironmentContext
          Holder for environment information (component root dir) |-> version_X (versionned dir) \-> workspace (workspace dir) ServiceAssembly root \-> version_X (versionned dir) |-> install (unzip dir) \-> sus (service units dir) |-> |->
 class JBIContainer
          The main container
 class SpringJBIContainer
          An enhanced JBI container which adds some Spring helper methods for easier configuration through spring's XML configuration file.
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.framework
 class AdminCommandsService
           
 class AutoDeploymentService
          Monitors install and deploy directories to auto install/deploy archives
 class ClientFactory
           
 class ComponentMBeanImpl
          Defines basic statistics on the Component
 class DeploymentService
          The deployment service MBean allows administrative tools to manage service assembly deployments.
 class InstallationService
          Installation Service - installs/uninstalls archives
 class Registry
          Registry - state infomation including running state, SA's deployed etc.
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.logging
 class LogService
           
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.management
 class BaseSystemService
           
 class ManagementContext
          Management Context applied to a ServiceMix container
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.monitoring
 class ComponentStats
          Defines basic statistics on the Component
 class EndpointStats
           
 class StatisticsService
           
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr
 class DefaultBroker
          The Broker handles Nomalised Message Routing within ServiceMix
 class SubscriptionManager
          Handles publish/subscribe style messaging in the NMR.
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow
 class AbstractFlow
          A simple Straight through flow
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.jca
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.jca
 class JCAFlow
          Use for message routing among a network of containers.
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.jms
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.jms
 class AbstractJMSFlow
          Use for message routing among a network of containers.
 class JMSFlow
          Use for message routing among a network of containers.
 class JMSFlowTibco
          Use for message routing among a network of containers.
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.seda
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.seda
 class SedaFlow
          The SedaFlow introduces a simple event staging between the internal processes in the NMR Broker.
 class SedaQueue
          A simple Straight through flow
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.st
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.nmr.flow.st
 class STFlow
          A simple Straight through flow.
 

Uses of BaseLifeCycle in org.apache.servicemix.jbi.security
 

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.security
 class SecuredBroker
           
 

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

Subclasses of BaseLifeCycle in org.apache.servicemix.jbi.view
 class DotViewService
           
 

Uses of BaseLifeCycle in org.apache.servicemix.tck
 

Subclasses of BaseLifeCycle in org.apache.servicemix.tck
 class ReceiverComponent
           
 class ReceiverPojo
          A simple POJO which just implements the ComponentLifeCycle interface and is not dependent on any ServiceMix code.
 class SenderComponent
           
 class SenderPojo
           
 



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