|
|||||||||||
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(DeploymentInfo di)
The accepts method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo. |
void |
create(DeploymentInfo di)
Set up the components of the deployment that do not refer to other components |
void |
destroy(DeploymentInfo di)
The destroy method removes individual components |
String |
getDdSuffix()
Describe getDdSuffix method here. |
javax.management.ObjectName |
getDelegateName()
Describe getDelegateName method here. |
String |
getPackageSuffix()
Describe getPackageSuffix method here. |
String |
getXslUrl()
Describe getXslUrl method here. |
void |
init(DeploymentInfo di)
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url. |
void |
setDdSuffix(String ddSuffix)
Describe setDdSuffix method here. |
void |
setDelegateName(javax.management.ObjectName delegateName)
Describe setDelegateName method here. |
void |
setPackageSuffix(String packageSuffix)
Describe setPackageSuffix method here. |
void |
setXslUrl(String xslUrl)
Describe setXslUrl method here. |
void |
start(DeploymentInfo di)
The start method sets up relationships with other components. |
void |
stop(DeploymentInfo di)
The stop method removes relationships between components. |
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 void setXslUrl(String xslUrl)
setXslUrl
method here.
xslUrl
- a String
valuepublic String getXslUrl()
getXslUrl
method here.
String
valuepublic void setPackageSuffix(String packageSuffix)
setPackageSuffix
method here.
packageSuffix
- a String
valuepublic String getPackageSuffix()
getPackageSuffix
method here.
String
valuepublic void setDdSuffix(String ddSuffix)
setDdSuffix
method here.
ddSuffix
- a String
valuepublic String getDdSuffix()
getDdSuffix
method here.
String
valuepublic void setDelegateName(javax.management.ObjectName delegateName)
setDelegateName
method here.
delegateName
- an ObjectName
valuepublic javax.management.ObjectName getDelegateName()
getDelegateName
method here.
public boolean accepts(DeploymentInfo di)
SubDeployerMBean
accepts
method is called by MainDeployer to determine which deployer is suitable for a DeploymentInfo.
accepts
in interface SubDeployerMBean
di
- a DeploymentInfo
value
boolean
valuepublic void init(DeploymentInfo di) throws DeploymentException
SubDeployerMBean
init
method lets the deployer set a few properties of the DeploymentInfo, such as the watch url.
init
in interface SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void create(DeploymentInfo di) throws DeploymentException
SubDeployerMBean
create
in interface SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- Failed to deploypublic void start(DeploymentInfo di) throws DeploymentException
SubDeployerMBean
start
method sets up relationships with other components.
start
in interface SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void stop(DeploymentInfo di) throws DeploymentException
SubDeployerMBean
stop
method removes relationships between components.
stop
in interface SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void destroy(DeploymentInfo di) throws DeploymentException
SubDeployerMBean
destroy
method removes individual components
destroy
in interface SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |