JavaScript is disabled on your browser.
Arquillian Container GlassFish Common Services 1.0.0.Final
java.lang.Object
org.jboss.arquillian.container.glassfish.CommonGlassFishManager<C>
Type Parameters: C - A class of type CommonGlassFishConfiguration
public class CommonGlassFishManager<C extends CommonGlassFishConfiguration >
extends Object
A class to aid in deployment and undeployment of archives involving a GlassFish container.
This class encapsulates the operations involving the GlassFishClient class.
Extracted from the GlassFish 3.1 remote container.
Author:
Vineet Reynolds
Method Summary
Methods
Modifier and Type
Method and Description
org.jboss.arquillian.container.spi.client.protocol.metadata.ProtocolMetaData
deploy (org.jboss.shrinkwrap.api.Archive<?> archive)
boolean
isDASRunning ()
void
start ()
void
undeploy (org.jboss.shrinkwrap.api.Archive<?> archive)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Arquillian Container GlassFish Common Services 1.0.0.Final
Copyright © 2016 JBoss by Red Hat . All rights reserved.