|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JOnASEARServiceMBean
JOnAS EAR Service MBean interface. This interface provides a description for the EAR service management.
Method Summary | |
---|---|
String |
getAppsDirectory()
Return the Apps directory. |
List |
getAutoloadDirectories()
Return the list of "autoload" directories for web applications. |
Integer |
getCurrentNumberOfEars()
|
List |
getDeployableEars()
Return the list of installed Applications ready to deploy. |
List |
getDeployedEars()
Return the list of all loaded Applications. |
Set |
getEarNames()
This method is added temporarily. |
List |
getInstalledEars()
Return the list of installed Applications. |
boolean |
isEarLoaded(String fileName)
Test if the specified filename is already deployed or not |
Method Detail |
---|
Integer getCurrentNumberOfEars()
List getInstalledEars() throws Exception
Exception
- if the list can't be retrievedSet getEarNames()
boolean isEarLoaded(String fileName)
fileName
- the name of the ear file.
List getDeployedEars()
List getDeployableEars() throws Exception
Exception
- if the list of deployable ears can't be returnedList getAutoloadDirectories()
String getAppsDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |