org.apache.openejb.tck.cdi.tomee.embedded
Class ContainersImpl

java.lang.Object
  extended by org.apache.openejb.tck.cdi.tomee.embedded.ContainersImpl
All Implemented Interfaces:
org.jboss.testharness.spi.Containers

public class ContainersImpl
extends Object
implements org.jboss.testharness.spi.Containers

Version:
$Rev$ $Date$

Field Summary
 
Fields inherited from interface org.jboss.testharness.spi.Containers
PROPERTY_NAME
 
Constructor Summary
ContainersImpl()
           
 
Method Summary
 void cleanup()
           
 boolean deploy(InputStream archive, String name)
           
 org.jboss.testharness.api.DeploymentException getDeploymentException()
           
 void setup()
           
 void undeploy(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainersImpl

public ContainersImpl()
Method Detail

deploy

public boolean deploy(InputStream archive,
                      String name)
               throws IOException
Specified by:
deploy in interface org.jboss.testharness.spi.Containers
Throws:
IOException

getDeploymentException

public org.jboss.testharness.api.DeploymentException getDeploymentException()
Specified by:
getDeploymentException in interface org.jboss.testharness.spi.Containers

undeploy

public void undeploy(String name)
              throws IOException
Specified by:
undeploy in interface org.jboss.testharness.spi.Containers
Throws:
IOException

setup

public void setup()
           throws IOException
Specified by:
setup in interface org.jboss.testharness.spi.Containers
Throws:
IOException

cleanup

public void cleanup()
             throws IOException
Specified by:
cleanup in interface org.jboss.testharness.spi.Containers
Throws:
IOException


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.