|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EarServiceImplMBean
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 |
|---|
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.
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.java.lang.Integer getCurrentNumberOfEars()
java.util.List getInstalledEars()
throws java.lang.Exception
java.lang.Exception - if the list can't be retrievedjava.util.Set getEarNames()
boolean isEarLoaded(java.lang.String fileName)
fileName - the name of the ear file.
java.util.List getDeployedEars()
java.util.List getDeployableEars()
throws java.lang.Exception
java.lang.Exception - if the list of deployable ears can't be returnedjava.util.List getAutoloadDirectories()
java.lang.String getAppsDirectory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||