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

Packages that use BaseSystemService
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.security   
org.apache.servicemix.jbi.view   
 

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

Subclasses of BaseSystemService 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) |-> |->
 

Fields in org.apache.servicemix.jbi.container declared as BaseSystemService
protected  BaseSystemService[] JBIContainer.services
           
 

Methods in org.apache.servicemix.jbi.container that return BaseSystemService
 BaseSystemService[] SpringServiceUnitContainer.getServices()
           
 BaseSystemService[] JBIContainer.getServices()
           
 

Methods in org.apache.servicemix.jbi.container with parameters of type BaseSystemService
 void SpringServiceUnitContainer.setServices(BaseSystemService[] services)
           
 void JBIContainer.setServices(BaseSystemService[] services)
           
 

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

Subclasses of BaseSystemService in org.apache.servicemix.jbi.framework
 class AdminCommandsService
           
 class AutoDeploymentService
          Monitors install and deploy directories to auto install/deploy archives
 class ClientFactory
           
 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 BaseSystemService in org.apache.servicemix.jbi.logging
 

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

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

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

Methods in org.apache.servicemix.jbi.management with parameters of type BaseSystemService
 void ManagementContext.registerSystemService(BaseSystemService service, Class interfaceType)
          Register a System service
 void ManagementContext.unregisterSystemService(BaseSystemService service)
          Unregister a System service
 

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

Subclasses of BaseSystemService in org.apache.servicemix.jbi.monitoring
 class StatisticsService
           
 

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

Subclasses of BaseSystemService in org.apache.servicemix.jbi.nmr
 class DefaultBroker
          The Broker handles Nomalised Message Routing within ServiceMix
 

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

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

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

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



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