public interface GlassFishClient
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINSERVER
Admin Server key for the REST request.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext |
doDeploy(String name,
com.sun.jersey.multipart.FormDataMultiPart form)
Do deploy an application defined by a multipart form's data
to the target server or cluster of GlassFish 3.1
|
Map |
doUndeploy(String name,
com.sun.jersey.multipart.FormDataMultiPart form)
Do undeploy the application
|
boolean |
isDASRunning()
Verify whether the Domain Administration Server is running.
|
void |
startUp()
Start-up the server
- Get the node addresses list associated with the target
- Check the status of the target server instance
- In case of cluster tries to fund an instance which has
RUNNING status
|
static final String ADMINSERVER
void startUp()
none - org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext doDeploy(String name, com.sun.jersey.multipart.FormDataMultiPart form) throws org.jboss.arquillian.container.spi.client.container.DeploymentException
name - - name of the appliacation
form - a form of MediaType.MULTIPART_FORM_DATA_TYPEorg.jboss.arquillian.container.spi.client.container.DeploymentExceptionMap doUndeploy(String name, com.sun.jersey.multipart.FormDataMultiPart form)
name - - application nameboolean isDASRunning()
Copyright © 2016 JBoss by Red Hat. All rights reserved.