setValidateDTDs(boolean validate) Set the flag indicating that ejb-jar.dtd, jboss.dtd &
jboss-web.dtd conforming documents should be validated
against the DTD.
public void
setVerifierVerbose(boolean verbose) Enables/disables the verbose mode on the verifier.
public void
setVerifyDeployments(boolean verify) Enables/disables the application bean verification upon deployment.
This is here as a reminder that we may not want to allow ejb jars to
have arbitrary sub deployments. Currently we do.
Parameters: di - throws: DeploymentException -
setCallByValue
public void setCallByValue(boolean callByValue)(Code)
Parameters: callByValue - whether ear deployments should be call by value
setMetricsEnabled
public void setMetricsEnabled(boolean enable)(Code)
Enables/disables the metrics interceptor for containers.
Parameters: enable - true to enable; false to disable
setStrictVerifier
public void setStrictVerifier(boolean strictVerifier)(Code)
Enables/disables the strict mode on the verifier.
Parameters: strictVerifier - true to enable; falseto disable
setTransactionManagerServiceName
public void setTransactionManagerServiceName(ObjectName transactionManagerServiceName)(Code)
Set the TransactionManagerServiceName value.
Parameters: transactionManagerServiceName - The new TransactionManagerServiceName value.
setValidateDTDs
public void setValidateDTDs(boolean validate)(Code)
Set the flag indicating that ejb-jar.dtd, jboss.dtd &
jboss-web.dtd conforming documents should be validated
against the DTD.
setVerifierVerbose
public void setVerifierVerbose(boolean verbose)(Code)
Enables/disables the verbose mode on the verifier.
Parameters: verbose - true to enable; false to disable
setVerifyDeployments
public void setVerifyDeployments(boolean verify)(Code)
Enables/disables the application bean verification upon deployment.
Parameters: verify - true to enable; false to disable