|
||||||||||
| 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 | |
java.lang.String |
deployEarMBean(java.lang.String fileName)
Deploy an EAR, used by the JMX Management. |
java.lang.String |
getAppsDirectory()
Return the Apps directory. |
java.util.List |
getAutoloadDirectories()
Return the list of "autoload" directories for web applications. |
java.lang.Integer |
getCurrentNumberOfEars()
|
java.util.List |
getDeployableEars()
Return the list of installed Applications ready to deploy. |
java.util.List |
getDeployedEars()
Return the list of all loaded Applications. |
java.util.Set |
getEarNames()
This method is added temporarily. |
java.util.List |
getInstalledEars()
Return the list of installed Applications. |
boolean |
isEarLoaded(java.lang.String fileName)
Test if the specified filename is already deployed or not |
void |
unDeployEarMBean(java.lang.String fileName)
Undeploy an EAR, used by the JMX Management. |
| Method Detail |
public java.lang.String deployEarMBean(java.lang.String fileName)
throws java.lang.Exception
fileName - the fileName of the ear which must be be deployed.
java.lang.Exception - if the deployment of the EAR failed.
public void unDeployEarMBean(java.lang.String fileName)
throws java.lang.Exception
fileName - the fileName of the ear which must be be undeployed.
java.lang.Exception - if the undeployment of the EAR failed.public java.lang.Integer getCurrentNumberOfEars()
public java.util.List getInstalledEars()
throws java.lang.Exception
java.lang.Exception - if the list can't be retrievedpublic java.util.Set getEarNames()
public boolean isEarLoaded(java.lang.String fileName)
fileName - the name of the ear file.
public java.util.List getDeployedEars()
public java.util.List getDeployableEars()
throws java.lang.Exception
java.lang.Exception - if the list of deployable ears can't be returnedpublic java.util.List getAutoloadDirectories()
public java.lang.String getAppsDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||