dtd.jboss_xmbean_1_2.dtd Maven / Gradle / Ivy
The newest version!
Standard MBean lifecycle method
create
The start lifecycle operation
start
The stop lifecycle operation
stop
The destroy lifecycle operation
destroy
The detyped lifecycle operation (for internal use only)
jbossInternalLifecycle
The lifecycle operation
method
java.lang.String
void
'>
The class name of the MBean
Name
java.lang.String
The status of the MBean
State
int
The status of the MBean in text form
StateString
java.lang.String
'>
The JMX ObjectName of the service that provides the SubDeployer
ServiceName
javax.management.ObjectName
An array of suffixes of interest to this subdeployer
Suffixes
[Ljava.lang.String;
The relative order of the specified suffixes
RelativeOrder
int
'>
This method is called by MainDeployer to determine if subdeployer can handle a deployment
accepts
di
org.jboss.deployment.DeploymentInfo
boolean
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url
init
di
org.jboss.deployment.DeploymentInfo
void
Set up the components of the deployment that do not refer to other components
create
di
org.jboss.deployment.DeploymentInfo
void
The start method starts all the mbeans in this DeploymentInfo
start
di
org.jboss.deployment.DeploymentInfo
void
The stop method invokes stop on the mbeans associated with the deployment in reverse order relative to start
stop
di
org.jboss.deployment.DeploymentInfo
void
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create
destroy
di
org.jboss.deployment.DeploymentInfo
void
'>
Add dynamically an operation interceptor
addOperationInterceptor
The Interceptor
interceptor
org.jboss.mx.interceptor.Interceptor
Remove dynamically an operation interceptor
removeOperationInterceptor
The Interceptor
interceptor
org.jboss.mx.interceptor.Interceptor
'>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy