Uses of Class
org.jboss.system.ServiceMBeanSupport

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

Uses of ServiceMBeanSupport in org.jboss.deployment
 

Subclasses of ServiceMBeanSupport in org.jboss.deployment
 class ClasspathExtension
          A service that allows one to add an arbitrary URL to a named LoaderRepository.
 class JARDeployer
          This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
 class MainDeployer
          The main/primary component for deployment.
 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 ObjectModelFactory.
 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 ServiceMBeanSupport in org.jboss.deployment.cache
 

Subclasses of ServiceMBeanSupport in org.jboss.deployment.cache
 class DeploymentCache
          A Deployer-like service which intercepts deploy/undeploy calls to MainDeployer and provides local caching of target URLs using local disk.
 class FileDeploymentStore
          A local file based DeploymentStore.
 

Uses of ServiceMBeanSupport in org.jboss.deployment.scanner
 

Subclasses of ServiceMBeanSupport in org.jboss.deployment.scanner
 class AbstractDeploymentScanner
          An abstract support class for implementing a deployment scanner.
 class HttpURLDeploymentScanner
           
 class URLDeploymentScanner
          A URL-based deployment scanner.
 class URLDirectoryScanner
          This class is similar to the URLDeploymentScanner (
 

Uses of ServiceMBeanSupport in org.jboss.system
 

Subclasses of ServiceMBeanSupport in org.jboss.system
 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
          
 

Uses of ServiceMBeanSupport in org.jboss.system.pm
 

Subclasses of ServiceMBeanSupport in org.jboss.system.pm
 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 © 2002 JBoss Group, LLC. All Rights Reserved.