|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentException | |
---|---|
org.jboss.deployment | Core deployment framework and services. |
org.jboss.system.metadata |
Uses of DeploymentException in org.jboss.deployment |
---|
Subclasses of DeploymentException in org.jboss.deployment | |
---|---|
class |
IncompleteDeploymentException
IncompleteDeploymentException |
Methods in org.jboss.deployment that return DeploymentException | |
---|---|
static DeploymentException |
DeploymentException.rethrowAsDeploymentException(String message,
Throwable t)
Deprecated. Rethrow a throwable as a deployment exception if it isn't already. |
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()
Deprecated. Check the current deployment states and generate a IncompleteDeploymentException if there are mbeans waiting for depedencies. |
void |
SARDeployer.create(DeploymentInfo di)
Describe create method here. |
void |
SubDeployerMBean.create(DeploymentInfo sdi)
Set up the components of the deployment that do not refer to other components. |
void |
XSLSubDeployer.create(DeploymentInfo di)
|
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 |
SubDeployerSupport.create(DeploymentInfo di)
Sub-classes should override this method to provide custom 'create' logic. |
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)
Deprecated. 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)
Deprecated. 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 |
DeployerMBean.deploy(URL url)
Deploys a package identified by a URL |
void |
MainDeployer.deploy(URL url)
Deprecated. The deploy method 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 |
SubDeployerMBean.destroy(DeploymentInfo sdi)
The destroy method removes individual
components |
void |
XSLSubDeployer.destroy(DeploymentInfo di)
|
void |
SubDeployer.destroy(DeploymentInfo sdi)
The destroy method removes individual components |
void |
SimpleSubDeployerSupport.destroy(DeploymentInfo di)
|
void |
SubDeployerSupport.destroy(DeploymentInfo di)
Sub-classes should override this method to provide custom 'destroy' logic. |
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 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 |
SARDeployer.init(DeploymentInfo di)
Describe init method here. |
void |
SubDeployerMBean.init(DeploymentInfo sdi)
The init method lets the deployer set a few
properties of the DeploymentInfo, such as the watch url. |
void |
XSLSubDeployer.init(DeploymentInfo di)
|
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 |
SubDeployerSupport.init(DeploymentInfo di)
Sub-classes should override this method to provide custom 'init' logic. |
protected void |
ObjectModelFactorySimpleSubDeployerSupport.parseMetaData(DeploymentInfo di,
URL url)
|
protected abstract void |
SimpleSubDeployerSupport.parseMetaData(DeploymentInfo di,
URL url)
Parse the meta data |
protected void |
SchemaResolverSimpleSubDeployerSupport.parseMetaData(DeploymentInfo di,
URL url)
|
protected void |
SchemaBindingSimpleSubDeployerSupport.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)
Deprecated. Describe redeploy method here. |
void |
MainDeployerMBean.redeploy(String urlspec)
Describe redeploy method here. |
void |
MainDeployer.redeploy(String urlspec)
Deprecated. Describe redeploy method here. |
void |
MainDeployerMBean.redeploy(URL url)
Describe redeploy method here. |
void |
MainDeployer.redeploy(URL url)
Deprecated. Describe redeploy method here. |
protected ObjectName |
SimpleSubDeployerSupport.registerClassLoader(DeploymentInfo di)
Register the UCL classloader |
protected void |
SimpleSubDeployerSupport.registerDeployment(DeploymentInfo di,
ObjectName uclName)
Register the deployment |
protected void |
SimpleSubDeployerSupport.resolveWatch(DeploymentInfo di,
URL url)
Resolve the watch url |
static DeploymentException |
DeploymentException.rethrowAsDeploymentException(String message,
Throwable t)
Deprecated. Rethrow a throwable as a deployment exception if it isn't already. |
void |
SARDeployer.start(DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo.. |
void |
SubDeployerMBean.start(DeploymentInfo sdi)
The start method sets up relationships
with other components. |
void |
XSLSubDeployer.start(DeploymentInfo di)
|
void |
SubDeployer.start(DeploymentInfo sdi)
The start method sets up relationships with other components. |
void |
SimpleSubDeployerSupport.start(DeploymentInfo di)
|
void |
SubDeployerSupport.start(DeploymentInfo di)
Sub-classes should override this method to provide custom 'start' logic. |
void |
MainDeployerMBean.start(String urlspec)
The start method starts a package identified by a URL |
void |
MainDeployer.start(String urlspec)
Deprecated. The start method starts a package identified by a URL |
protected void |
SimpleSubDeployerSupport.startService(DeploymentInfo di)
Do the start lifecyle for the deployment |
void |
SubDeployerMBean.stop(DeploymentInfo sdi)
The stop method removes relationships
between components. |
void |
XSLSubDeployer.stop(DeploymentInfo di)
|
void |
SubDeployer.stop(DeploymentInfo sdi)
The stop method removes relationships between components. |
void |
SimpleSubDeployerSupport.stop(DeploymentInfo di)
|
void |
SubDeployerSupport.stop(DeploymentInfo di)
Sub-classes should override this method to provide custom 'stop' logic. |
void |
MainDeployerMBean.stop(String urlspec)
The stop method stop a package identified by a URL |
void |
MainDeployer.stop(String urlspec)
Deprecated. 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)
Deprecated. 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 |
DeployerMBean.undeploy(URL url)
Undeploys a package identified by a URL |
void |
MainDeployer.undeploy(URL url)
Deprecated. The undeploy method 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,
MBeanServer server)
CTOR |
Uses of DeploymentException in org.jboss.system.metadata |
---|
Methods in org.jboss.system.metadata that throw DeploymentException | |
---|---|
ServiceDeployment |
ServiceDeploymentParser.parse()
Parse the xml |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |