| org.jboss.deployment.EARDeployerMBean
All known Subclasses: org.jboss.deployment.EARDeployer,
EARDeployerMBean | public interface EARDeployerMBean extends SubDeployerExtMBean(Code) | | EARDeployer MBean interface.
author: Marc Fleury author: Scott Stark version: $Revision: 60680 $ |
Method Summary | |
boolean | isCallByValue() | public boolean | isEnablelibDirectoryByDefault() A flag the enables the default behavior of the ee5 library-directory.
If true, the lib contents of an ear are assumed to be the default value
for library-directory in the absence of an explicit library-directory. | boolean | isIsolated() | void | setCallByValue(boolean callByValue) | public void | setEnablelibDirectoryByDefault(boolean flag) Set the implicit library-directory behavior flag.
Parameters: flag - - if true, the lib contents of an ear are assumed to be thedefault value for library-directory in the absence of an explicitlibrary-directory. | void | setIsolated(boolean isolated) |
isCallByValue | boolean isCallByValue()(Code) | | |
isEnablelibDirectoryByDefault | public boolean isEnablelibDirectoryByDefault()(Code) | | A flag the enables the default behavior of the ee5 library-directory.
If true, the lib contents of an ear are assumed to be the default value
for library-directory in the absence of an explicit library-directory. If
false, there must be an explicit library-directory.
|
isIsolated | boolean isIsolated()(Code) | | |
setCallByValue | void setCallByValue(boolean callByValue)(Code) | | |
setEnablelibDirectoryByDefault | public void setEnablelibDirectoryByDefault(boolean flag)(Code) | | Set the implicit library-directory behavior flag.
Parameters: flag - - if true, the lib contents of an ear are assumed to be thedefault value for library-directory in the absence of an explicitlibrary-directory. If false, there must be an explicit library-directory. |
setIsolated | void setIsolated(boolean isolated)(Code) | | |
|
|