站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 system API Documentation 英文版文档

Uses of Interface org.jboss.system.Service (JBoss System API) - JBoss 3.2.7 system API Documentation 英文版文档


Uses of Interface
org.jboss.system.Service

Packages that use Service
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 Service in org.jboss.deployment
 

Subinterfaces of Service in org.jboss.deployment
 interface ClasspathExtensionMBean
          MBean interface.
 interface JARDeployerMBean
          MBean interface.
 interface MainDeployerMBean
          MBean interface.
 interface SARDeployerMBean
          MBean interface.
 interface SubDeployerMBean
          MBean interface.
 interface XSLSubDeployerMBean
          MBean interface.
 

Classes in org.jboss.deployment that implement Service
 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 SARDeployer
          This is the main Service Deployer API.
 class SubDeployerSupport
          An abstract SubDeployer.
 class XSLSubDeployer
          XSLSubDeployer.java Created: Fri Jul 12 09:54:51 2002
 

Uses of Service in org.jboss.deployment.cache
 

Subinterfaces of Service in org.jboss.deployment.cache
 interface DeploymentCacheMBean
          MBean interface.
 interface DeploymentStoreMBean
          MBean interface.
 interface FileDeploymentStoreMBean
          MBean interface.
 

Classes in org.jboss.deployment.cache that implement Service
 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 Service in org.jboss.deployment.scanner
 

Subinterfaces of Service in org.jboss.deployment.scanner
 interface DeploymentScanner
          Provides the basic interface for a deployment scanner.
 interface DeploymentScannerMBean
          MBean interface.
 interface HttpURLDeploymentScannerMBean
          MBean interface.
 interface URLDeploymentScannerMBean
          MBean interface.
 interface URLDirectoryScannerMBean
          MBean interface.
 

Classes in org.jboss.deployment.scanner that implement Service
 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 Service in org.jboss.system
 

Subinterfaces of Service in org.jboss.system
 interface ListenerServiceMBean
          An extension of the ServiceMBean interface that provides for declarative JMX notification subscription handling.
 interface ServiceMBean
          An interface describing a JBoss service MBean.
 

Classes in org.jboss.system that implement Service
 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.
 

Fields in org.jboss.system declared as Service
 Service ServiceContext.proxy
          the fancy proxy to my service calls
 

Methods in org.jboss.system that return Service
 Service ServiceFactory.createService(javax.management.MBeanServer server, javax.management.ObjectName name)
          Create a Service proxy instance for the MBean given by name.
 

Uses of Service in org.jboss.system.pm
 

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

Classes in org.jboss.system.pm that implement Service
 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.