org.ow2.jonas.resource.internal
Interface JOnASResourceServiceMBean

All Known Implementing Classes:
JOnASResourceService

public interface JOnASResourceServiceMBean

MBean Interface for Resource Service Management. MBean type: Standard MBean model: Inheritance (ResourceServiceImpl)


Method Summary
 java.lang.Integer getCurrentNumberOfRars()
           
 java.util.List<java.lang.String> getDeployedRars()
           
 

Method Detail

getCurrentNumberOfRars

java.lang.Integer getCurrentNumberOfRars()
Returns:
current number of rars deployed in the JOnAS server

getDeployedRars

java.util.List<java.lang.String> getDeployedRars()
                                                 throws java.lang.Exception
Returns:
the list of RAR files deployed
Throws:
java.lang.Exception - if error retrieving the list


Copyright © 2010 OW2 Consortium. All Rights Reserved.