Uses of Interface
org.jboss.system.ServiceMBean

Packages that use ServiceMBean
org.jboss.deployment Core deployment framework and services. 
org.jboss.deployment.scanner Deployment scanning framework and components. 
org.jboss.system   
org.jboss.system.pm   
 

Uses of ServiceMBean in org.jboss.deployment
 

Subinterfaces of ServiceMBean in org.jboss.deployment
 interface JARDeployerMBean
          MBean interface.
 interface MainDeployerMBean
          MainDeployer MBean interface
 interface SARDeployerMBean
          MBean interface.
 interface SubDeployerExtMBean
          An extension mbean interface that allows the retrieval and setting of the combined suffixes and their relative order supported by a SubDeployer.
 interface SubDeployerInterceptorMBean
          Interface for SubDeployerInterceptor services.
 interface SubDeployerMBean
          MBean interface for SubDeployers
 interface XSLSubDeployerMBean
          MBean interface.
 

Classes in org.jboss.deployment that implement ServiceMBean
 class JARDeployer
          This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
 class MainDeployer
          Deprecated. see org.jboss.deployers.spi.deployment.MainDeployer
 class ObjectModelFactorySimpleSubDeployerSupport
          A simple subdeployer that deploys a managed object after parsing the deployment's xml file using an ObjectModelFactory.
 class SARDeployer
          This is the main Service Deployer API.
 class SchemaBindingSimpleSubDeployerSupport
          A simple subdeployer that deploys a managed object after parsing the deployment's xml file using an SchemaBinding.
 class SchemaResolverSimpleSubDeployerSupport
          A simple subdeployer that deploys a managed object after parsing the deployment's xml file using the SingletonSchemaResolverFactory.
 class SimpleSubDeployerSupport
          A simple subdeployer that deploys a managed object after parsing the deployment's xml file.
 class SubDeployerInterceptorSupport
          Base class that can be used for writing services that dynamically hook to other interceptable deployers in order to add functionality in the deployment cycle.
 class SubDeployerSupport
          An abstract SubDeployer.
 class XSLSubDeployer
          XSLSubDeployer
 

Uses of ServiceMBean in org.jboss.deployment.scanner
 

Subinterfaces of ServiceMBean in org.jboss.deployment.scanner
 interface DeploymentScannerMBean
          MBean interface.
 interface URLDeploymentScannerMBean
          URLDeploymentScanner MBean interface.
 

Classes in org.jboss.deployment.scanner that implement ServiceMBean
 class AbstractDeploymentScanner
          An abstract support class for implementing a deployment scanner.
 class URLDeploymentScanner
          A URL-based deployment scanner.
 

Uses of ServiceMBean in org.jboss.system
 

Subinterfaces of ServiceMBean in org.jboss.system
 interface BarrierControllerMBean
          BarrierController service interface
 interface InterceptorServiceMBean
          MBean interface for services that dynamically attach an interceptor to a set of target Interceptable (X)MBeans.
 interface ListenerServiceMBean
          An extension of the ServiceMBean interface that provides for declarative JMX notification subscription handling.
 

Classes in org.jboss.system that implement ServiceMBean
 class BarrierController
          BarrierController service.
static class BarrierController.Barrier
          The controlled barrier MBean class
 class InterceptorServiceMBeanSupport
          Helper class that can be used for writing MBean Services that dynamically hook-up an Interceptor to other (X)MBeans that have been configured as Interceptable.
 class ListenerServiceMBeanSupport
          An abstract base class that provides for declarative JMX notification subscription handling.
 class ServiceDynamicMBeanSupport
          
 class ServiceMBeanSupport
          An abstract base class JBoss services can subclass to implement a service that conforms to the ServiceMBean interface.
 

Uses of ServiceMBean in org.jboss.system.pm
 

Subinterfaces of ServiceMBean in org.jboss.system.pm
 interface AttributePersistenceServiceMBean
          MBean interface.
 

Classes in org.jboss.system.pm that implement ServiceMBean
 class AttributePersistenceService
          AttributePersistenceService Works in conjuction with org.jboss.mx.persistence.DelegatingPersistenceManager that upon creation, consults this service for an implementations of the interface org.jboss.mx.persistence.AttributePersistenceManager The service will instantiate and initialize the actual persistence manager and return it whenever asked.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.