|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FoeDeployerMBean
MBean interface.
Convertor| Field Summary | |
|---|---|
static javax.management.ObjectName |
OBJECT_NAME
|
| 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 the there is a converter available to convert the deployment unit. |
void |
addConvertor(Convertor converter)
Add a new conveter to the list. |
void |
create(org.jboss.deployment.DeploymentInfo di)
At the create phase, the conversion and packing is done. |
void |
destroy(org.jboss.deployment.DeploymentInfo di)
|
void |
init(org.jboss.deployment.DeploymentInfo di)
At the init phase the deployment unit and its subdeployment units are unpacked. |
void |
removeConvertor(Convertor converter)
Removes a conveter from the list of converters. |
void |
start(org.jboss.deployment.DeploymentInfo di)
This method stops this deployment because it is not of any use anymore (conversion is done) |
void |
stop(org.jboss.deployment.DeploymentInfo di)
|
| Methods inherited from interface org.jboss.deployment.SubDeployerMBean |
|---|
getRelativeOrder, getServiceName, getSuffixes |
| Methods inherited from interface org.jboss.system.ServiceMBean |
|---|
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
|---|
create, destroy, start, stop |
| Field Detail |
|---|
static final javax.management.ObjectName OBJECT_NAME
| Method Detail |
|---|
boolean accepts(org.jboss.deployment.DeploymentInfo di)
accepts in interface org.jboss.deployment.SubDeployerMBean
void init(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
init in interface org.jboss.deployment.SubDeployerMBeanorg.jboss.deployment.DeploymentException
void create(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
create in interface org.jboss.deployment.SubDeployerMBeanorg.jboss.deployment.DeploymentException
void start(org.jboss.deployment.DeploymentInfo di)
throws org.jboss.deployment.DeploymentException
start in interface org.jboss.deployment.SubDeployerMBeanorg.jboss.deployment.DeploymentExceptionvoid stop(org.jboss.deployment.DeploymentInfo di)
stop in interface org.jboss.deployment.SubDeployerMBeanvoid destroy(org.jboss.deployment.DeploymentInfo di)
destroy in interface org.jboss.deployment.SubDeployerMBeanvoid addConvertor(Convertor converter)
converter - New Converter to be addedvoid removeConvertor(Convertor converter)
converter - Conveter to be removed from the list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||