|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeploymentSpecific
Interface that all implementation needs to implement
| Field Summary | |
|---|---|
static int |
AVAILABLE
State of the modules distributed on the Server but undeployed |
static int |
RUNNING
State of the modules deployed on the Server |
| Method Summary | |
|---|---|
void |
deployApplication(java.util.Properties p)
deploy application p |
java.util.List |
getDeployedModules(javax.enterprise.deploy.shared.ModuleType type)
|
java.util.List |
listModules(javax.enterprise.deploy.shared.ModuleType type,
int state)
List modules type in a given state |
java.lang.String |
sendFile(byte[] file,
java.lang.String name)
distribute (send) the file on the server and copy the result file into JOnAS server directory for deployment |
void |
stopApplication(java.util.Properties p)
Stop application p |
void |
undeployApplication(java.util.Properties p)
Undeploy application p |
| Field Detail |
|---|
static final int AVAILABLE
static final int RUNNING
| Method Detail |
|---|
java.util.List listModules(javax.enterprise.deploy.shared.ModuleType type,
int state)
throws DeploymentException
state - of the moduleJ2EE - module types
DeploymentException
java.util.List getDeployedModules(javax.enterprise.deploy.shared.ModuleType type)
throws DeploymentException
DeploymentException
java.lang.String sendFile(byte[] file,
java.lang.String name)
throws DeploymentException
type - of the archivefile - Byte Array representing the file to uploadname - name of the file
DeploymentException
void deployApplication(java.util.Properties p)
throws DeploymentException
p -
DeploymentException
void stopApplication(java.util.Properties p)
throws DeploymentException
p -
DeploymentException
void undeployApplication(java.util.Properties p)
throws DeploymentException
p -
DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||