|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentInfo | |
org.jboss.deployment | Core deployment framework and services. |
org.jboss.system | Core system framework and components. |
Uses of DeploymentInfo in org.jboss.deployment |
Fields in org.jboss.deployment declared as DeploymentInfo | |
DeploymentInfo |
DeploymentInfo.parent
And the subDeployments have a parent |
Methods in org.jboss.deployment that return DeploymentInfo | |
DeploymentInfo |
SARDeployerMBean.getService(javax.management.ObjectName serviceName)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
DeploymentInfo |
MainDeployerMBean.getDeployment(URL url)
The getDeployment method returns the DeploymentInfo object for the URL supplied. |
DeploymentInfo |
SARDeployer.getService(javax.management.ObjectName serviceName)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
DeploymentInfo |
MainDeployer.getDeployment(URL url)
The getDeployment method returns the DeploymentInfo
object for the URL supplied. |
Methods in org.jboss.deployment with parameters of type DeploymentInfo | |
boolean |
XSLSubDeployerMBean.accepts(DeploymentInfo di)
|
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)
|
boolean |
JARDeployerMBean.accepts(DeploymentInfo di)
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo. |
boolean |
SubDeployerMBean.accepts(DeploymentInfo sdi)
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo. |
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 |
boolean |
SARDeployerMBean.accepts(DeploymentInfo di)
Returns true if this deployer can deploy the given DeploymentInfo. |
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 |
SARDeployerMBean.stop(DeploymentInfo di)
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create. |
void |
SARDeployerMBean.destroy(DeploymentInfo di)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
void |
MainDeployerMBean.redeploy(DeploymentInfo sdi)
Describe redeploy method here. |
void |
MainDeployerMBean.undeploy(DeploymentInfo di)
The undeploy method undeploys a package represented by a DeploymentInfo object. |
void |
MainDeployerMBean.deploy(DeploymentInfo deployment)
The deploy method deploys a package represented by a DeploymentInfo object. |
boolean |
XSLSubDeployer.accepts(DeploymentInfo di)
|
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)
|
boolean |
SubDeployer.accepts(DeploymentInfo sdi)
The accepts method is called by MainDeployer to
determine which deployer is suitable for a DeploymentInfo. |
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 |
boolean |
SimpleSubDeployerSupport.accepts(DeploymentInfo di)
|
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.unregisterClassLoader(DeploymentInfo di)
Unregister the UCL classloader |
protected void |
SimpleSubDeployerSupport.registerDeployment(DeploymentInfo di,
javax.management.ObjectName uclName)
Register the deployment |
protected void |
SimpleSubDeployerSupport.unregisterDeployment(DeploymentInfo di)
Unregister 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.stopService(DeploymentInfo di)
Do the stop lifecyle for the deployment |
protected void |
SimpleSubDeployerSupport.destroyService(DeploymentInfo di)
Do the destroy lifecyle for the deployment |
boolean |
SARDeployer.accepts(DeploymentInfo di)
Returns true if this deployer can deploy the given DeploymentInfo. |
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.. |
void |
SARDeployer.stop(DeploymentInfo di)
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create. |
void |
SARDeployer.destroy(DeploymentInfo di)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
protected void |
SARDeployer.parseXMLClasspath(DeploymentInfo di)
|
protected void |
SARDeployer.parseDocument(DeploymentInfo di)
Parse the META-INF/jboss-service.xml descriptor |
void |
MainDeployer.redeploy(DeploymentInfo sdi)
Describe redeploy method here. |
void |
MainDeployer.undeploy(DeploymentInfo di)
The undeploy method undeploys a package represented by a
DeploymentInfo object. |
protected void |
MainDeployer.undeploy(DeploymentInfo di,
boolean isShutdown)
|
void |
MainDeployer.deploy(DeploymentInfo deployment)
The deploy method deploys a package represented by a DeploymentInfo object. |
boolean |
JARDeployer.accepts(DeploymentInfo di)
The accepts method is called by MainDeployer to
determine which deployer is suitable for a DeploymentInfo. |
Constructors in org.jboss.deployment with parameters of type DeploymentInfo | |
SerializableDeploymentInfo(DeploymentInfo info)
Construct this object from a DeploymentInfo |
|
DeploymentInfo(URL url,
DeploymentInfo parent,
javax.management.MBeanServer server)
|
Uses of DeploymentInfo in org.jboss.system |
Methods in org.jboss.system with parameters of type DeploymentInfo | |
void |
ServiceControllerMBean.validateDeploymentState(DeploymentInfo di,
DeploymentState state)
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state |
void |
ServiceController.validateDeploymentState(DeploymentInfo di,
DeploymentState state)
Go through the mbeans of the DeploymentInfo and validate that they are in a state at least equal to that of the argument state |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |