|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, 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 |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public boolean accepts(org.jboss.deployment.DeploymentInfo di)
accepts
in interface org.jboss.deployment.SubDeployerMBean
public void init(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
init
in interface org.jboss.deployment.SubDeployerMBean
org.jboss.deployment.DeploymentException
public void create(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
create
in interface org.jboss.deployment.SubDeployerMBean
org.jboss.deployment.DeploymentException
public void start(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
start
in interface org.jboss.deployment.SubDeployerMBean
org.jboss.deployment.DeploymentException
public void stop(org.jboss.deployment.DeploymentInfo di)
stop
in interface org.jboss.deployment.SubDeployerMBean
public void destroy(org.jboss.deployment.DeploymentInfo di)
destroy
in interface org.jboss.deployment.SubDeployerMBean
public void addConvertor(Convertor converter)
converter
- New Converter to be addedpublic void 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 |