| org.jboss.deployment.SubDeployerSupport org.jboss.deployment.SARDeployer
SARDeployer | public SARDeployer()(Code) | | Default CTOR
|
destroy | public void destroy(DeploymentInfo di)(Code) | | The destroy method invokes destroy on the mbeans associated with
the deployment in reverse order relative to create.
Parameters: di - a DeploymentInfo value |
getService | public DeploymentInfo getService(ObjectName serviceName)(Code) | | Get the associated service DeploymentInfo if found, null otherwise
Parameters: serviceName - a service object name The associated service DeploymentInfo if found, null otherwise |
inflateJar | protected void inflateJar(URL url, File destDir, String path) throws DeploymentException, IOException(Code) | | The inflateJar copies the jar entries
from the jar url jarUrl to the directory destDir.
It can be used on the whole jar, a directory, or
a specific file in the jar.
Parameters: url - the URL if the directory or entry to copy. Parameters: destDir - the File value of the directory in which toplace the inflated copies. exception: DeploymentException - if an error occurs exception: IOException - if an error occurs |
isUseNamespaceAwareParser | public boolean isUseNamespaceAwareParser()(Code) | | |
setUseNamespaceAwareParser | public void setUseNamespaceAwareParser(boolean useNamespaceAwareParser)(Code) | | |
startService | protected void startService() throws Exception(Code) | | The startService method gets the mbeanProxies for MainDeployer
and ServiceController, used elsewhere.
exception: Exception - if an error occurs |
stop | public void stop(DeploymentInfo di)(Code) | | The stop method invokes stop on the mbeans associatedw ith the deployment
in reverse order relative to create.
Parameters: di - the DeploymentInfo value to stop. |
stopService | protected void stopService() throws Exception(Code) | | This method stops all the applications in this server.
|
|
|