Inheritance diagram for org.objectweb.jonas.resource.ResourceServiceImplMBean:

Public Member Functions | |
| String | deployRarMBean (String fileName) throws RemoteException, ResourceServiceException |
Package Functions | |
| void | unDeployRarMBean (String fileName) throws RemoteException, ResourceServiceException |
| Integer | getCurrentNumberOfResource () |
| Integer | getCurrentNumberOfRars () |
| List | getDeployedRars () throws Exception |
| List | getInstalledRars () throws Exception |
| Set | getRarNames () |
| boolean | isRarLoaded (String fileName) |
| List | getDeployableRars () throws Exception |
| List | getAutoloadDirectories () |
| String | getRarsDirectory () |
Definition at line 41 of file ResourceServiceImplMBean.java.
|
|
Deploy an RAR, used by the JMX Management.
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Return the list of "autoload" directories for RAR containers.
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Return the list of installed RAR container ready to deploy.
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
This method is added temporarily. It will disapear when Rars will have their associated MBeans (when Rars will become manageable)
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Return the Rars directory.
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Test if the specified filename is already deployed or not
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
|
|
Undeploy an RAR, used by the JMX Management.
Implemented in org.objectweb.jonas.resource.ResourceServiceImpl. |
1.3.9.1