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,
org.glassfish.jersey.media.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,
org.glassfish.jersey.media.multipart.FormDataMultiPart form)
Do undeploy the application
|
boolean |
isDASRunning()
Verify whether the Domain Administration Server is running.
|
void |
startUp()
Start-up the server
|
static final String ADMINSERVER
void startUp()
- 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
org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext doDeploy(String name, org.glassfish.jersey.media.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, org.glassfish.jersey.media.multipart.FormDataMultiPart form)
name - - application nameboolean isDASRunning()
Copyright © 2020 JBoss by Red Hat. All rights reserved.