|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific
org.ow2.ishmael.deploy.spi.impl.DeploymentSpecificEasyBeans
public class DeploymentSpecificEasyBeans
EJB3 deployment Specific
| Field Summary |
|---|
| Fields inherited from interface org.ow2.ishmael.deploy.spi.impl.IDeploymentSpecific |
|---|
AVAILABLE, RUNNING |
| Constructor Summary | |
|---|---|
DeploymentSpecificEasyBeans(java.lang.String uri,
java.lang.String userName,
java.lang.String password)
Constructor. |
|
| Method Summary | |
|---|---|
void |
deployApplication(java.util.Properties info)
deploy application p |
java.lang.String |
deployFile(javax.enterprise.deploy.shared.ModuleType type,
byte[] file,
java.lang.String name,
java.lang.String[] genicArgs)
deploy the file on the server : call genic to generate class for JOnAS and copy the result file into JOnAS server directory for deployment |
protected java.lang.String |
getStringObjectName()
|
java.lang.String |
sendFile(javax.enterprise.deploy.shared.ModuleType type,
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 |
undeployApplication(java.util.Properties info)
Undeploy application p |
| Methods inherited from class org.ow2.ishmael.deploy.spi.impl.AbsDeploymentSpecific |
|---|
addAvailable, addRunning, deploy, findType, getDeployedModules, getMBeanServerConnection, getModuleList, getObjectName, isDeployedApplication, listModules, removeModule, removeRunning, sendFile, stop, stopApplication |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeploymentSpecificEasyBeans(java.lang.String uri,
java.lang.String userName,
java.lang.String password)
throws IshmaelDeploymentManagerCreationException
uri - URI given by deployment tool
IshmaelDeploymentManagerCreationException| Method Detail |
|---|
protected java.lang.String getStringObjectName()
getStringObjectName in class AbsDeploymentSpecific
public java.lang.String deployFile(javax.enterprise.deploy.shared.ModuleType type,
byte[] file,
java.lang.String name,
java.lang.String[] genicArgs)
throws DeploymentException
type - file - name -
DeploymentException
public java.lang.String sendFile(javax.enterprise.deploy.shared.ModuleType type,
byte[] file,
java.lang.String name)
throws DeploymentException
type - of the archivefile - Byte Array representing the file to uploadname - name of the file
DeploymentException
public void deployApplication(java.util.Properties info)
throws DeploymentException
deployApplication in interface IDeploymentSpecificdeployApplication in class AbsDeploymentSpecificp -
DeploymentException
public void undeployApplication(java.util.Properties info)
throws DeploymentException
undeployApplication in interface IDeploymentSpecificundeployApplication in class AbsDeploymentSpecificp -
DeploymentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||