|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceServiceImplMBean
MBean Interface for Resource Service Management MBean type: Standard MBean model: Inheritance (ResourceServiceImpl)
Method Summary | |
---|---|
String |
deployRarMBean(String fileName)
Deploy an RAR, used by the JMX Management. |
List |
getAutoloadDirectories()
Return the list of "autoload" directories for RAR containers. |
Integer |
getCurrentNumberOfRars()
|
Integer |
getCurrentNumberOfResource()
|
List |
getDeployableRars()
Return the list of installed RAR container ready to deploy. |
List |
getDeployedRars()
|
List |
getInstalledRars()
|
Set |
getRarNames()
This method is added temporarily. |
String |
getRarsDirectory()
Return the Rars directory. |
void |
unDeployRarMBean(String fileName)
Undeploy an RAR, used by the JMX Management. |
Method Detail |
---|
String deployRarMBean(String fileName) throws RemoteException, ResourceServiceException
fileName
- the fileName of the rar which must be be deployed.
RemoteException
- if rmi call failed.
ResourceServiceException
- if the deployment of the RAR failed.void unDeployRarMBean(String fileName) throws RemoteException, ResourceServiceException
fileName
- the fileName of the rar which must be be undeployed.
RemoteException
- if rmi call failed.
ResourceServiceException
- if the undeployment of the RAR failed.Integer getCurrentNumberOfResource()
Integer getCurrentNumberOfRars()
List getInstalledRars() throws Exception
Exception
- if error retrieving the listSet getRarNames()
List getAutoloadDirectories()
String getRarsDirectory()
List getDeployedRars() throws Exception
Exception
- if error retrieving the listList getDeployableRars() throws Exception
Exception
- if error retrieving the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |