org.nuxeo.runtime.jboss.util
Class DeploymentHelper
java.lang.Object
org.nuxeo.runtime.jboss.util.DeploymentHelper
public final class DeploymentHelper
- extends Object
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
public static final Log log
findMBeanServer
public static MBeanServer findMBeanServer()
getMBeanServer
public static MBeanServer getMBeanServer()
- Gets the JBoss MBeanServer.
- Returns:
- the MBean JBoss server
deploy
public static void deploy(URL url,
org.jboss.deployment.DeploymentInfo parent)
throws Exception
- Throws:
Exception
deploy
public static void deploy(URL url)
throws Exception
- Throws:
Exception
undeploy
public static void undeploy(URL url)
throws Exception
- Throws:
Exception
redeploy
public static void redeploy(URL url)
throws Exception
- Throws:
Exception
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.