|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Container
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 |
getStrictVerifier()
Returns the mode of the bean verifier (strict/non-strict mode) |
javax.management.ObjectName |
getTransactionManagerServiceName()
Get the TransactionManagerServiceName value. |
boolean |
getValidateDTDs()
Get the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD. |
boolean |
getVerifierVerbose()
Returns the state of the bean verifier (verbose/non-verbose mode) |
boolean |
getVerifyDeployments()
Returns the state of bean verifier (on/off) |
javax.management.ObjectName |
getWebServiceName()
Get the WebServiceName value. |
boolean |
isCallByValue()
|
boolean |
isMetricsEnabled()
Checks if this container factory initializes the metrics interceptor. |
Iterator |
listDeployedApplications()
Returns the deployed applications. |
void |
setCallByValue(boolean callByValue)
|
void |
setMetricsEnabled(boolean enable)
Enables/disables the metrics interceptor for containers. |
void |
setStrictVerifier(boolean strictVerifier)
Enables/disables the strict mode on the verifier. |
void |
setTransactionManagerServiceName(javax.management.ObjectName transactionManagerServiceName)
Set the TransactionManagerServiceName value. |
void |
setValidateDTDs(boolean validate)
Set the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD. |
void |
setVerifierVerbose(boolean verbose)
Enables/disables the verbose mode on the verifier. |
void |
setVerifyDeployments(boolean verify)
Enables/disables the application bean verification upon deployment. |
void |
setWebServiceName(javax.management.ObjectName webServiceName)
Set the WebServiceName value. |
Methods inherited from interface org.jboss.deployment.SubDeployerMBean |
accepts, create, destroy, getRelativeOrder, getSuffixes, init, 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 isCallByValue()
public void setCallByValue(boolean callByValue)
public Iterator listDeployedApplications()
public void setVerifyDeployments(boolean verify)
verify
- true to enable; false to disablepublic boolean getVerifyDeployments()
public void setVerifierVerbose(boolean verbose)
verbose
- true to enable; false to disablepublic boolean getVerifierVerbose()
public void setStrictVerifier(boolean strictVerifier)
strictVerifier
- true
to enable; false
to disablepublic boolean getStrictVerifier()
true
if the Verifier is in strict mode, false
otherwisepublic void setMetricsEnabled(boolean enable)
enable
- true to enable; false to disablepublic boolean isMetricsEnabled()
public boolean getValidateDTDs()
public void setValidateDTDs(boolean validate)
public javax.management.ObjectName getWebServiceName()
public void setWebServiceName(javax.management.ObjectName webServiceName)
webServiceName
- The new WebServiceName value.public javax.management.ObjectName getTransactionManagerServiceName()
public void setTransactionManagerServiceName(javax.management.ObjectName transactionManagerServiceName)
transactionManagerServiceName
- The new TransactionManagerServiceName value.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |