Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.jboss.util
Class DeploymentHelper

java.lang.Object
  extended by org.nuxeo.runtime.jboss.util.DeploymentHelper

public final class DeploymentHelper
extends Object

Author:
Bogdan Stefanescu

Field Summary
static Log log
           
 
Method Summary
static void deploy(URL url)
           
static void deploy(URL url, org.jboss.deployment.DeploymentInfo parent)
           
static MBeanServer findMBeanServer()
           
static MBeanServer getMBeanServer()
          Gets the JBoss MBeanServer.
static void redeploy(URL url)
           
static void undeploy(URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log
Method Detail

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

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.