Package fr.dyade.aaa.util.management
Interface MXServer
-
- All Known Implementing Classes:
JMXServer
public interface MXServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String objectName, String attribute)List<String>getAttributeNames(String objectName)Map<String,Object>getAttributes(String objectName, String[] attributes)Set<String>queryNames(String objectName)voidregisterMBean(Object bean, String name)voidunregisterMBean(String name)
-
-
-
Method Detail
-
getAttribute
Object getAttribute(String objectName, String attribute) throws Exception
- Throws:
Exception
-
getAttributes
Map<String,Object> getAttributes(String objectName, String[] attributes) throws Exception
- Throws:
Exception
-
getAttributeNames
List<String> getAttributeNames(String objectName) throws Exception
- Throws:
Exception
-
-