|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JOnAS EAR Service MBean interface. This interface provides a description for the EAR service management.
Method Summary | |
void |
deployEarMBean(java.lang.String fileName)
Deploy an EAR, used by the JMX Management. |
java.lang.Integer |
getCurrentNumberOfEars()
|
java.util.Set |
getEarNames()
This method is added temporarily. |
void |
unDeployEarMBean(java.lang.String fileName)
Undeploy an EAR, used by the JMX Management. |
Method Detail |
public void deployEarMBean(java.lang.String fileName) throws java.rmi.RemoteException, EarServiceException
fileName
- the fileName of the ear which must be be deployed.
java.rmi.RemoteException
- if rmi call failed.
EarServiceException
- if the deployment of the EAR failed.public void unDeployEarMBean(java.lang.String fileName) throws java.rmi.RemoteException, EarServiceException
fileName
- the fileName of the ear which must be be undeployed.
java.rmi.RemoteException
- if rmi call failed.
EarServiceException
- if the undeployment of the EAR failed.public java.lang.Integer getCurrentNumberOfEars()
public java.util.Set getEarNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |