Uses of Interface
org.apache.servicemix.jbi.management.MBeanInfoProvider

Packages that use MBeanInfoProvider
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 MBeanInfoProvider in org.apache.servicemix.client
 

Classes in org.apache.servicemix.client that implement MBeanInfoProvider
 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 MBeanInfoProvider in org.apache.servicemix.components.util
 

Classes in org.apache.servicemix.components.util that implement MBeanInfoProvider
 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 MBeanInfoProvider in org.apache.servicemix.jbi.container
 

Classes in org.apache.servicemix.jbi.container that implement MBeanInfoProvider
 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 MBeanInfoProvider in org.apache.servicemix.jbi.framework
 

Classes in org.apache.servicemix.jbi.framework that implement MBeanInfoProvider
 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 Endpoint
           
 class InstallationService
          Installation Service - installs/uninstalls archives
 class Registry
          Registry - state infomation including running state, SA's deployed etc.
 class ServiceAssemblyLifeCycle
          ComponentConnector is used internally for message routing
 class ServiceUnitLifeCycle
           
 class SharedLibrary
           
 

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

Classes in org.apache.servicemix.jbi.logging that implement MBeanInfoProvider
 class LogService
           
 

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

Classes in org.apache.servicemix.jbi.management that implement MBeanInfoProvider
 class BaseLifeCycle
          A BasicLifeCycle implementation
 class BaseSystemService
           
 class ManagementContext
          Management Context applied to a ServiceMix container
 

Methods in org.apache.servicemix.jbi.management with parameters of type MBeanInfoProvider
 ObjectName ManagementContext.createObjectName(MBeanInfoProvider provider)
          Create an ObjectName
 Map<String,String> ManagementContext.createObjectNameProps(MBeanInfoProvider provider)
          Create a String used to create an ObjectName
 Map<String,String> ManagementContext.createObjectNameProps(MBeanInfoProvider provider, boolean subTypeBeforeName)
          Create a String used to create an ObjectName
 void ManagementContext.registerMBean(ObjectName name, MBeanInfoProvider resource, Class interfaceMBean)
          Register an MBean
 

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

Classes in org.apache.servicemix.jbi.monitoring that implement MBeanInfoProvider
 class ComponentStats
          Defines basic statistics on the Component
 class EndpointStats
           
 class StatisticsService
           
 

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

Classes in org.apache.servicemix.jbi.nmr that implement MBeanInfoProvider
 class DefaultBroker
          The Broker handles Nomalised Message Routing within ServiceMix
 class SubscriptionManager
          Handles publish/subscribe style messaging in the NMR.
 

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

Classes in org.apache.servicemix.jbi.nmr.flow that implement MBeanInfoProvider
 class AbstractFlow
          A simple Straight through flow
 

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

Classes in org.apache.servicemix.jbi.nmr.flow.jca that implement MBeanInfoProvider
 class JCAFlow
          Use for message routing among a network of containers.
 

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

Classes in org.apache.servicemix.jbi.nmr.flow.jms that implement MBeanInfoProvider
 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 MBeanInfoProvider in org.apache.servicemix.jbi.nmr.flow.seda
 

Classes in org.apache.servicemix.jbi.nmr.flow.seda that implement MBeanInfoProvider
 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 MBeanInfoProvider in org.apache.servicemix.jbi.nmr.flow.st
 

Classes in org.apache.servicemix.jbi.nmr.flow.st that implement MBeanInfoProvider
 class STFlow
          A simple Straight through flow.
 

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

Classes in org.apache.servicemix.jbi.security that implement MBeanInfoProvider
 class SecuredBroker
           
 

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

Classes in org.apache.servicemix.jbi.view that implement MBeanInfoProvider
 class DotViewService
           
 

Uses of MBeanInfoProvider in org.apache.servicemix.tck
 

Classes in org.apache.servicemix.tck that implement MBeanInfoProvider
 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.