Uses of Interface
org.jboss.deployment.DeployerMBean

Packages that use DeployerMBean
org.jboss.deployment Core deployment framework and services. 
org.jboss.deployment.cache Deployment caching components. 
 

Uses of DeployerMBean in org.jboss.deployment
 

Subinterfaces of DeployerMBean in org.jboss.deployment
 interface MainDeployerMBean
          MainDeployer MBean interface
 

Classes in org.jboss.deployment that implement DeployerMBean
 class MainDeployer
          The main/primary component for deployment.
 

Uses of DeployerMBean in org.jboss.deployment.cache
 

Subinterfaces of DeployerMBean in org.jboss.deployment.cache
 interface DeploymentCacheMBean
          MBean interface.
 

Classes in org.jboss.deployment.cache that implement DeployerMBean
 class DeploymentCache
          A Deployer-like service which intercepts deploy/undeploy calls to MainDeployer and provides local caching of target URLs using local disk.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.