processNestedDeployments(DeploymentInfo di) Override the default behavior of looking into the archive for deployables
as only those explicitly listed in the application.xml and jboss-app.xml
should be deployed.
public void create(DeploymentInfo di) throws DeploymentException(Code)
destroy
public void destroy(DeploymentInfo di) throws DeploymentException(Code)
Describe destroy method here.
Parameters: di - a DeploymentInfo value exception: DeploymentException - if an error occurs
init
public void init(DeploymentInfo di) throws DeploymentException(Code)
initLoaderRepository
protected void initLoaderRepository(DeploymentInfo di, Element loader) throws Exception(Code)
Build the ear scoped repository
Parameters: di - the deployment info passed to deploy Parameters: loader - the jboss-app/loader-repository element throws: Exception -
Override the default behavior of looking into the archive for deployables
as only those explicitly listed in the application.xml and jboss-app.xml
should be deployed.
Parameters: di -
setCallByValue
public void setCallByValue(boolean callByValue)(Code)
Parameters: callByValue - whether ear deployments should be call by value
setEnablelibDirectoryByDefault
public void setEnablelibDirectoryByDefault(boolean enablelibDirectoryByDefault)(Code)