|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.java Created: Mon Jun 24 08:20:16 2002 |
Methods in org.jboss.deployment that throw DeploymentException | |
void |
XSLSubDeployerMBean.init(DeploymentInfo di)
|
void |
XSLSubDeployerMBean.create(DeploymentInfo di)
|
void |
XSLSubDeployerMBean.start(DeploymentInfo di)
|
void |
XSLSubDeployerMBean.stop(DeploymentInfo di)
|
void |
XSLSubDeployerMBean.destroy(DeploymentInfo di)
|
void |
SubDeployerMBean.init(DeploymentInfo sdi)
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url. |
void |
SubDeployerMBean.create(DeploymentInfo sdi)
Set up the components of the deployment that do not refer to other components |
void |
SubDeployerMBean.start(DeploymentInfo sdi)
The start method sets up relationships with other components. |
void |
SubDeployerMBean.stop(DeploymentInfo sdi)
The stop method removes relationships between components. |
void |
SubDeployerMBean.destroy(DeploymentInfo sdi)
The destroy method removes individual components |
void |
SARDeployerMBean.init(DeploymentInfo di)
Describe init method here. |
void |
SARDeployerMBean.create(DeploymentInfo di)
Describe create method here. |
void |
SARDeployerMBean.start(DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo.. |
void |
MainDeployerMBean.redeploy(String urlspec)
Describe redeploy method here. |
void |
MainDeployerMBean.redeploy(URL url)
Describe redeploy method here. |
void |
MainDeployerMBean.redeploy(DeploymentInfo sdi)
Describe redeploy method here. |
void |
MainDeployerMBean.undeploy(URL url)
The undeploy method undeploys 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 |
MainDeployerMBean.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 |
MainDeployerMBean.deploy(DeploymentInfo deployment)
The deploy method deploys a package represented by a DeploymentInfo object. |
void |
MainDeployerMBean.checkIncompleteDeployments()
Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies. |
void |
DeployerMBean.deploy(URL url)
Deploys a package identified by a URL |
void |
DeployerMBean.undeploy(URL url)
Undeploys a package identified by a URL |
void |
XSLSubDeployer.init(DeploymentInfo di)
|
void |
XSLSubDeployer.create(DeploymentInfo di)
|
void |
XSLSubDeployer.start(DeploymentInfo di)
|
void |
XSLSubDeployer.stop(DeploymentInfo di)
|
void |
XSLSubDeployer.destroy(DeploymentInfo di)
|
protected void |
XSLSubDeployer.findDd(DeploymentInfo di)
|
void |
SubDeployerSupport.init(DeploymentInfo di)
Sub-classes should override this method to provide custom 'init' logic. |
void |
SubDeployerSupport.create(DeploymentInfo di)
Sub-classes should override this method to provide custom 'create' logic. |
void |
SubDeployerSupport.start(DeploymentInfo di)
Sub-classes should override this method to provide custom 'start' logic. |
void |
SubDeployerSupport.stop(DeploymentInfo di)
Sub-classes should override this method to provide custom 'stop' logic. |
void |
SubDeployerSupport.destroy(DeploymentInfo di)
Sub-classes should override this method to provide custom 'destroy' logic. |
protected void |
SubDeployerSupport.processNestedDeployments(DeploymentInfo di)
The processNestedDeployments method searches for any nested and
deployable elements. |
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). |
protected void |
SubDeployerSupport.deployUrl(DeploymentInfo di,
URL url,
String name)
|
void |
SubDeployer.init(DeploymentInfo sdi)
The init method lets the deployer set a few properties
of the DeploymentInfo, such as the watch url. |
void |
SubDeployer.create(DeploymentInfo sdi)
Set up the components of the deployment that do not refer to other components |
void |
SubDeployer.start(DeploymentInfo sdi)
The start method sets up relationships with other components. |
void |
SubDeployer.stop(DeploymentInfo sdi)
The stop method removes relationships between components. |
void |
SubDeployer.destroy(DeploymentInfo sdi)
The destroy method removes individual components |
abstract String |
SimpleSubDeployerSupport.getObjectName(DeploymentInfo di)
Get the object name for this deployment |
void |
SimpleSubDeployerSupport.init(DeploymentInfo di)
|
void |
SimpleSubDeployerSupport.create(DeploymentInfo di)
|
void |
SimpleSubDeployerSupport.start(DeploymentInfo di)
|
void |
SimpleSubDeployerSupport.stop(DeploymentInfo di)
|
void |
SimpleSubDeployerSupport.destroy(DeploymentInfo di)
|
protected URL |
SimpleSubDeployerSupport.getMetaDataResource(DeploymentInfo di)
Get the url of the meta data resource |
protected void |
SimpleSubDeployerSupport.parseMetaData(DeploymentInfo di,
URL url)
Parse the meta data |
protected void |
SimpleSubDeployerSupport.resolveWatch(DeploymentInfo di,
URL url)
Resolve the watch url |
protected void |
SimpleSubDeployerSupport.determineObjectName(DeploymentInfo di)
Determine the object name |
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.createService(DeploymentInfo di)
Do the create lifecyle for the deployment |
protected void |
SimpleSubDeployerSupport.startService(DeploymentInfo di)
Do the start lifecyle for the deployment |
protected void |
SimpleSubDeployerSupport.destroyService(DeploymentInfo di)
Do the destroy lifecyle for the deployment |
void |
SARDeployer.init(DeploymentInfo di)
Describe init method here. |
void |
SARDeployer.create(DeploymentInfo di)
Describe create method here. |
void |
SARDeployer.start(DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo.. |
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. |
protected static Element |
NetBootHelper.getUniqueChild(Element element,
String tagName)
from org.jboss.metadata.MetaData which is not in the System module (which is understandable) |
void |
MainDeployer.redeploy(String urlspec)
Describe redeploy method here. |
void |
MainDeployer.redeploy(URL url)
Describe redeploy method here. |
void |
MainDeployer.redeploy(DeploymentInfo sdi)
Describe redeploy method here. |
void |
MainDeployer.undeploy(URL url)
The undeploy method undeploys a package identified by a URL |
void |
MainDeployer.undeploy(String urlspec)
The undeploy method undeploys 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 |
MainDeployer.deploy(URL url)
The deploy method deploys a package identified by a URL |
void |
MainDeployer.deploy(DeploymentInfo deployment)
The deploy method deploys a package represented by a DeploymentInfo object. |
void |
MainDeployer.checkIncompleteDeployments()
Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies. |
static void |
DeploymentException.rethrowAsDeploymentException(String message,
Throwable t)
Rethrow a throwable as a deployment exception if it isn't already. |
void |
Deployer.deploy(URL url)
Deploys 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)
|
Uses of DeploymentException in org.jboss.deployment.cache |
Methods in org.jboss.deployment.cache that throw DeploymentException | |
void |
DeploymentCacheMBean.deploy(URL url)
|
void |
DeploymentCacheMBean.undeploy(URL url)
|
void |
DeploymentCache.deploy(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 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 |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |