|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JBIDeployerMBean
MBean interface.
| Field Summary |
|---|
| Fields inherited from interface org.jboss.system.ServiceMBean |
|---|
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
| Method Summary | |
|---|---|
boolean |
accepts(org.jboss.deployment.DeploymentInfo di)
Returns true if this deployer can deploy the given DeploymentInfo, for the time being we look for the extension iar. |
void |
create(org.jboss.deployment.DeploymentInfo di)
Describe create method here. |
void |
destroy(org.jboss.deployment.DeploymentInfo di)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
javax.management.ObjectName |
getJBIContainer()
Gets the ObjectName of the JBI Container's MBean |
org.jboss.deployment.DeploymentInfo |
getService(javax.management.ObjectName serviceName)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create. |
void |
init(org.jboss.deployment.DeploymentInfo di)
Describe init method here. |
void |
setJBIContainer(javax.management.ObjectName jbiContainerMBean)
Sets the ObjectName of the JBI Container's MBean |
void |
start(org.jboss.deployment.DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo.. |
void |
stop(org.jboss.deployment.DeploymentInfo di)
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create. |
| Methods inherited from interface org.jboss.deployment.SubDeployerMBean |
|---|
getRelativeOrder, getSuffixes, setRelativeOrder, setSuffixes |
| Methods inherited from interface org.jboss.system.ServiceMBean |
|---|
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
|---|
create, destroy, start, stop |
| Method Detail |
|---|
boolean accepts(org.jboss.deployment.DeploymentInfo di)
accepts in interface org.jboss.deployment.SubDeployerMBean
void create(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
create method here.
create in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occursvoid destroy(org.jboss.deployment.DeploymentInfo di)
destroy in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo valuejavax.management.ObjectName getJBIContainer()
org.jboss.deployment.DeploymentInfo getService(javax.management.ObjectName serviceName)
serviceName - a service object name
void init(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
init method here.
init in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occursvoid setJBIContainer(javax.management.ObjectName jbiContainerMBean)
jbiContainerMBean - The ObjectName of the JBI Container's MBean
void start(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
start method starts all the mbeans in this DeploymentInfo..
start in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occursvoid stop(org.jboss.deployment.DeploymentInfo di)
stop in interface org.jboss.deployment.SubDeployerMBeandi - the DeploymentInfo value to stop.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||