Uses of Class
org.jboss.deployment.DeploymentException

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

Uses of DeploymentException in org.jboss.deployment
 

Subclasses of DeploymentException in org.jboss.deployment
 class IncompleteDeploymentException
          IncompleteDeploymentException
 

Methods in org.jboss.deployment that throw DeploymentException
protected  void SubDeployerSupport.addDeployableFiles(DeploymentInfo di, File dir)
          This method recursively searches the directory structure for any files that are deployable (@see isDeployable).
protected  void SubDeployerSupport.addDeployableJar(DeploymentInfo di, JarFile jarFile)
          This method searches the entire jar file for any deployable files (@see isDeployable).
 void MainDeployerMBean.checkIncompleteDeployments()
          Check the current deployment states and generate an IncompleteDeploymentException if there are mbeans waiting for depedencies.
 void MainDeployer.checkIncompleteDeployments()
          Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies.
 void XSLSubDeployer.create(DeploymentInfo di)
           
 void SubDeployerSupport.create(DeploymentInfo di)
          Sub-classes should override this method to provide custom 'create' logic.
 void SubDeployerMBean.create(DeploymentInfo sdi)
          Set up the components of the deployment that do not refer to other components.
 void SubDeployer.create(DeploymentInfo sdi)
          Set up the components of the deployment that do not refer to other components
 void SimpleSubDeployerSupport.create(DeploymentInfo di)
           
 void SARDeployer.create(DeploymentInfo di)
          Describe create method here.
protected  void SimpleSubDeployerSupport.createService(DeploymentInfo di)
          Do the create lifecyle for the deployment
 void MainDeployerMBean.deploy(DeploymentInfo deployment)
          The deploy method deploys a package represented by a DeploymentInfo object.
 void MainDeployer.deploy(DeploymentInfo deployment)
          The deploy method deploys a package represented by a DeploymentInfo object.
 void MainDeployerMBean.deploy(String urlspec)
          The deploy method deploys a package identified by a string representation of a URL.
 void MainDeployer.deploy(String urlspec)
          The deploy method deploys a package identified by a string representation of a URL.
 void MainDeployerMBean.deploy(URL url)
          The deploy method deploys a package identified by a URL
 void MainDeployer.deploy(URL url)
          The deploy method deploys a package identified by a URL
 void DeployerMBean.deploy(URL url)
          Deploys a package identified by a URL
 void Deployer.deploy(URL url)
          Deploys a package identified by a URL
protected  void SubDeployerSupport.deployUrl(DeploymentInfo di, URL url, String name)
           
 void XSLSubDeployer.destroy(DeploymentInfo di)
           
 void SubDeployerSupport.destroy(DeploymentInfo di)
          Sub-classes should override this method to provide custom 'destroy' logic.
 void SubDeployerMBean.destroy(DeploymentInfo sdi)
          The destroy method removes individual components
 void SubDeployer.destroy(DeploymentInfo sdi)
          The destroy method removes individual components
 void SimpleSubDeployerSupport.destroy(DeploymentInfo di)
           
protected  void SimpleSubDeployerSupport.destroyService(DeploymentInfo di)
          Do the destroy lifecyle for the deployment
protected  void SimpleSubDeployerSupport.determineObjectName(DeploymentInfo di)
          Determine the object name
protected  void XSLSubDeployer.findDd(DeploymentInfo di)
           
protected  URL SimpleSubDeployerSupport.getMetaDataResource(DeploymentInfo di)
          Get the url of the meta data resource
abstract  String SimpleSubDeployerSupport.getObjectName(DeploymentInfo di)
          Get the object name for this deployment
protected static Element NetBootHelper.getUniqueChild(Element element, String tagName)
          from org.jboss.metadata.MetaData which is not in the System module (which is understandable)
protected  void SARDeployer.inflateJar(URL url, File destDir, String path)
          The inflateJar copies the jar entries from the jar url jarUrl to the directory destDir.
 void XSLSubDeployer.init(DeploymentInfo di)
           
 void SubDeployerSupport.init(DeploymentInfo di)
          Sub-classes should override this method to provide custom 'init' logic.
 void SubDeployerMBean.init(DeploymentInfo sdi)
          The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url.
 void SubDeployer.init(DeploymentInfo sdi)
          The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url.
 void SimpleSubDeployerSupport.init(DeploymentInfo di)
           
 void SARDeployer.init(DeploymentInfo di)
          Describe init method here.
protected abstract  void SimpleSubDeployerSupport.parseMetaData(DeploymentInfo di, URL url)
          Parse the meta data
protected  void SchemaBindingSimpleSubDeployerSupport.parseMetaData(DeploymentInfo di, URL url)
           
protected  void ObjectModelFactorySimpleSubDeployerSupport.parseMetaData(DeploymentInfo di, URL url)
           
protected  void SubDeployerSupport.processNestedDeployments(DeploymentInfo di)
          The processNestedDeployments method searches for any nested and deployable elements.
 void MainDeployerMBean.redeploy(DeploymentInfo sdi)
          Describe redeploy method here.
 void MainDeployer.redeploy(DeploymentInfo sdi)
          Describe redeploy method here.
 void MainDeployerMBean.redeploy(String urlspec)
          Describe redeploy method here.
 void MainDeployer.redeploy(String urlspec)
          Describe redeploy method here.
 void MainDeployerMBean.redeploy(URL url)
          Describe redeploy method here.
 void MainDeployer.redeploy(URL url)
          Describe redeploy method here.
protected  javax.management.ObjectName SimpleSubDeployerSupport.registerClassLoader(DeploymentInfo di)
          Register the UCL classloader
protected  void SimpleSubDeployerSupport.registerDeployment(DeploymentInfo di, javax.management.ObjectName uclName)
          Register the deployment
protected  void SimpleSubDeployerSupport.resolveWatch(DeploymentInfo di, URL url)
          Resolve the watch url
static void DeploymentException.rethrowAsDeploymentException(String message, Throwable t)
          Rethrow a throwable as a deployment exception if it isn't already.
 void XSLSubDeployer.start(DeploymentInfo di)
           
 void SubDeployerSupport.start(DeploymentInfo di)
          Sub-classes should override this method to provide custom 'start' logic.
 void SubDeployerMBean.start(DeploymentInfo sdi)
          The start method sets up relationships with other components.
 void SubDeployer.start(DeploymentInfo sdi)
          The start method sets up relationships with other components.
 void SimpleSubDeployerSupport.start(DeploymentInfo di)
           
 void SARDeployer.start(DeploymentInfo di)
          The start method starts all the mbeans in this DeploymentInfo..
 void MainDeployerMBean.start(String urlspec)
          The start method starts a package identified by a URL
 void MainDeployer.start(String urlspec)
          The start method starts a package identified by a URL
protected  void SimpleSubDeployerSupport.startService(DeploymentInfo di)
          Do the start lifecyle for the deployment
 void XSLSubDeployer.stop(DeploymentInfo di)
           
 void SubDeployerSupport.stop(DeploymentInfo di)
          Sub-classes should override this method to provide custom 'stop' logic.
 void SubDeployerMBean.stop(DeploymentInfo sdi)
          The stop method removes relationships between components.
 void SubDeployer.stop(DeploymentInfo sdi)
          The stop method removes relationships between components.
 void SimpleSubDeployerSupport.stop(DeploymentInfo di)
           
 void MainDeployerMBean.stop(String urlspec)
          The stop method stop a package identified by a URL
 void MainDeployer.stop(String urlspec)
          The stop method stops a package identified by a URL
 void MainDeployerMBean.undeploy(String urlspec)
          The undeploy method undeploys a package identified by a string representation of a URL.
 void MainDeployer.undeploy(String urlspec)
          The undeploy method undeploys a package identified by a string representation of a URL.
 void MainDeployerMBean.undeploy(URL url)
          The undeploy method undeploys a package identified by a URL
 void MainDeployer.undeploy(URL url)
          The undeploy method undeploys a package identified by a URL
 void DeployerMBean.undeploy(URL url)
          Undeploys a package identified by a URL
 void Deployer.undeploy(URL url)
          Undeploys a package identified by a URL
 

Constructors in org.jboss.deployment that throw DeploymentException
DeploymentInfo(URL url, DeploymentInfo parent, javax.management.MBeanServer server)
          CTOR
 

Uses of DeploymentException in org.jboss.deployment.cache
 

Methods in org.jboss.deployment.cache that throw DeploymentException
 void DeploymentCacheMBean.deploy(URL url)
           
 void DeploymentCache.deploy(URL url)
           
 void DeploymentCacheMBean.undeploy(URL url)
           
 void DeploymentCache.undeploy(URL url)
           
 

Uses of DeploymentException in org.jboss.system
 

Methods in org.jboss.system that throw DeploymentException
 List ServiceControllerMBean.install(Element config, javax.management.ObjectName loaderName)
          Deploy the beans; deploy means "instantiate and configure" so the MBean is created in the MBeanServer.
 List ServiceController.install(Element config, javax.management.ObjectName loaderName)
          Deploy the beans Deploy means "instantiate and configure" so the MBean is created in the MBeanServer You must call "create" and "start" separately on the MBean to affect the service lifecycle deploy doesn't bother with service lifecycle only MBean instanciation/registration/configuration
 List ServiceConfigurator.install(Element config, javax.management.ObjectName loaderName)
          The install method iterates through the mbean tags in the supplied xml configuration and creates and configures the mbeans shown.
 



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