| org.objectweb.jonas.resource.ResourceServiceImplMBean
All known Subclasses: org.objectweb.jonas.resource.ResourceServiceImpl,
ResourceServiceImplMBean | public interface ResourceServiceImplMBean (Code) | | MBean Interface for Resource Service Management
MBean type: Standard
MBean model: Inheritance (ResourceServiceImpl)
|
getAutoloadDirectories | List getAutoloadDirectories()(Code) | | Return the list of "autoload" directories for RAR containers.
The list of all "autoload" directories |
getCurrentNumberOfRars | Integer getCurrentNumberOfRars()(Code) | | current number of rars deployed in the JOnAS server |
getCurrentNumberOfResource | Integer getCurrentNumberOfResource()(Code) | | current number of rars deployed in the JOnAS server |
getDeployableRars | List getDeployableRars() throws Exception(Code) | | Return the list of installed RAR container ready to deploy.
The list of deployable RAR container throws: Exception - if error retrieving the list |
getDeployedRars | List getDeployedRars() throws Exception(Code) | | the list of RAR files deployed throws: Exception - if error retrieving the list |
getInstalledRars | List getInstalledRars() throws Exception(Code) | | the list of RAR files found in JONAS_BASE/rars and in JONAS_BASE/rars/autoload throws: Exception - if error retrieving the list |
getRarNames | Set getRarNames()(Code) | | This method is added temporarily. It will disapear when Rars will have their associated MBeans
(when Rars will become manageable)
the names of the rars currently deployed in the JOnAS server |
getRarsDirectory | String getRarsDirectory()(Code) | | Return the Rars directory.
The Rars directory |
isRarLoaded | boolean isRarLoaded(String fileName)(Code) | | Test if the specified filename is already deployed or not
Parameters: fileName - the name of the rar file. true if the rar is deployed, else false. |
|
|