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

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


Uses of Interface
org.jboss.deployment.SubDeployer

Packages that use SubDeployer
org.jboss.deployment Core deployment framework and services. 
 

Uses of SubDeployer in org.jboss.deployment
 

Classes in org.jboss.deployment that implement SubDeployer
 class JARDeployer
          This deployer exists to prevent deployment of packages whose deployers are not yet deployed.
 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
 

Fields in org.jboss.deployment declared as SubDeployer
protected  SubDeployer XSLSubDeployer.delegate
           
 SubDeployer DeploymentInfo.deployer
          The subdeployer that handles the deployment
 

Methods in org.jboss.deployment with parameters of type SubDeployer
 void MainDeployerMBean.addDeployer(SubDeployer deployer)
          The addDeployer method registers a deployer with the main deployer.
 void MainDeployerMBean.removeDeployer(SubDeployer deployer)
          The removeDeployer method unregisters a deployer with the MainDeployer.
 void MainDeployer.addDeployer(SubDeployer deployer)
          The addDeployer method registers a deployer with the main deployer.
 void MainDeployer.removeDeployer(SubDeployer deployer)
          The removeDeployer method unregisters a deployer with the MainDeployer.
 



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