|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
addBeans(java.lang.String fileName)
|
void |
addEar(java.lang.String fileName)
Deploy a given ear file with the help of the ear service. |
void |
addWar(java.lang.String fileName)
Deploy a given war file with the help of the web container service. |
int |
getServerState()
|
java.lang.String |
getTopicLevel(java.lang.String topic)
|
java.lang.String[] |
getTopics()
|
boolean |
isEJBContainer()
|
boolean |
isLoaded(java.lang.String fileName)
|
void |
killServer()
|
java.lang.String[] |
listBeans()
|
java.util.Vector |
listContext()
|
java.util.Properties |
listEnv()
|
void |
removeBeans(java.lang.String fileName)
|
void |
removeEar(java.lang.String fileName)
UnDeploy a given ear file with the help of the ear service. |
void |
removeWar(java.lang.String fileName)
UnDeploy a given war file with the help of the web container service. |
void |
runGC()
|
void |
setTopicLevel(java.lang.String topic,
java.lang.String l)
|
void |
setTransactionTimeout(int timeout)
|
void |
stopServer()
|
void |
syncAllEntities(boolean passivate)
|
Method Detail |
public void addEar(java.lang.String fileName) throws java.rmi.RemoteException, EarServiceException
fileName
- the name of the ear file.
java.rmi.RemoteException
- if rmi call failed.
EarServiceException
- if the deployment failed.public void addWar(java.lang.String fileName) throws java.rmi.RemoteException, org.objectweb.jonas.web.JWebContainerServiceException
fileName
- the name of the war file.
java.rmi.RemoteException
- if rmi call failed.
org.objectweb.jonas.web.JWebContainerServiceException
- if the deployment failed.public void removeEar(java.lang.String fileName) throws java.rmi.RemoteException, EarServiceException
fileName
- the name of the ear file.
java.rmi.RemoteException
- if rmi call failed.
EarServiceException
- if the undeployment failed.public void removeWar(java.lang.String fileName) throws java.rmi.RemoteException, org.objectweb.jonas.web.JWebContainerServiceException
fileName
- the name of the war file.
java.rmi.RemoteException
- if rmi call failed.
org.objectweb.jonas.web.JWebContainerServiceException
- if the undeployment failed.public void addBeans(java.lang.String fileName) throws java.rmi.RemoteException
java.rmi.RemoteException
public void removeBeans(java.lang.String fileName) throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isLoaded(java.lang.String fileName) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String[] listBeans() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.Vector listContext() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.util.Properties listEnv() throws java.rmi.RemoteException
java.rmi.RemoteException
public void stopServer() throws java.rmi.RemoteException
java.rmi.RemoteException
public void killServer() throws java.rmi.RemoteException
java.rmi.RemoteException
public boolean isEJBContainer() throws java.rmi.RemoteException
java.rmi.RemoteException
public int getServerState() throws java.rmi.RemoteException
java.rmi.RemoteException
public void setTransactionTimeout(int timeout) throws java.rmi.RemoteException
java.rmi.RemoteException
public void runGC() throws java.rmi.RemoteException
java.rmi.RemoteException
public void syncAllEntities(boolean passivate) throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String[] getTopics() throws java.rmi.RemoteException
java.rmi.RemoteException
public java.lang.String getTopicLevel(java.lang.String topic) throws java.rmi.RemoteException
java.rmi.RemoteException
public void setTopicLevel(java.lang.String topic, java.lang.String l) throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |