org.jbpm.test.enterprise
Class JBossArchiveDeployer

java.lang.Object
  extended by org.jbpm.test.enterprise.JBossArchiveDeployer
All Implemented Interfaces:
ArchiveDeployer

public class JBossArchiveDeployer
extends java.lang.Object
implements ArchiveDeployer

An archive deployer that deals with test deployment/undeployment, etc.

Since:
14-Oct-2004
Author:
Thomas.Diesler@jboss.org

Constructor Summary
JBossArchiveDeployer(javax.management.MBeanServerConnection server)
           
 
Method Summary
 void deploy(java.net.URL url)
          Deploy the given archive
 void undeploy(java.net.URL url)
          Undeploy the given archive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossArchiveDeployer

public JBossArchiveDeployer(javax.management.MBeanServerConnection server)
Method Detail

deploy

public void deploy(java.net.URL url)
            throws java.lang.Exception
Description copied from interface: ArchiveDeployer
Deploy the given archive

Specified by:
deploy in interface ArchiveDeployer
Throws:
java.lang.Exception

undeploy

public void undeploy(java.net.URL url)
              throws java.lang.Exception
Description copied from interface: ArchiveDeployer
Undeploy the given archive

Specified by:
undeploy in interface ArchiveDeployer
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.