org.jboss.osgi.spi.junit
Class RemoteArchiveDeployer

java.lang.Object
  extended by org.jboss.osgi.spi.junit.RemoteArchiveDeployer
All Implemented Interfaces:
ArchiveDeployer

public class RemoteArchiveDeployer
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
RemoteArchiveDeployer(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

RemoteArchiveDeployer

public RemoteArchiveDeployer(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, Inc.. All Rights Reserved.