org.nuxeo.runtime.jboss.util
Class MBeanDescriptor
java.lang.Object
org.nuxeo.runtime.jboss.util.MBeanDescriptor
public class MBeanDescriptor
- extends Object
- Author:
- Bogdan Stefanescu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanDescriptor
public MBeanDescriptor(Object service,
String desc,
Class mgmItf)
throws IntrospectionException
- Throws:
IntrospectionException
initialize
protected void initialize(Object service,
String desc,
Class mgmItf)
throws IntrospectionException
- Throws:
IntrospectionException
getInfo
public MBeanInfo getInfo()
getAttributeSetter
public Method getAttributeSetter(String name)
getAttributeGetter
public Method getAttributeGetter(String name)
getOperationMethod
public Method getOperationMethod(String name)
findAttributes
protected MBeanAttributeInfo[] findAttributes(Class klass)
throws IntrospectionException
- Throws:
IntrospectionException
findOperations
protected MBeanOperationInfo[] findOperations(Class klass)
findManagementInterface
public Class findManagementInterface(Class klass)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.