|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
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 sdi)
Returns true if this deployer can deploy the given DeploymentInfo. |
void |
create(org.jboss.deployment.DeploymentInfo di)
Describe create method here. |
URL |
createScriptDeployment(String bshScript,
String scriptName)
Create a bsh deployment given the script content and name. |
void |
init(org.jboss.deployment.DeploymentInfo di)
Describe init method here. |
Methods inherited from interface org.jboss.deployment.SubDeployerMBean |
destroy, getRelativeOrder, getSuffixes, setRelativeOrder, setSuffixes, start, stop |
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 sdi)
accepts
in interface org.jboss.deployment.SubDeployerMBean
public void init(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
init
method here.
init
in interface org.jboss.deployment.SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void create(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
create
method here.
create
in interface org.jboss.deployment.SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic URL createScriptDeployment(String bshScript, String scriptName) throws org.jboss.deployment.DeploymentException
bshScript
- the bsh script contentscriptName
- the bsh script name to use
DeploymentException
- thrown on failure to create the bsh script or deploy it.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |