|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.savarese.unicorn.util.Beans
public final class Beans
A singleton class that stores convenience methods for converting JavaBean information types to MBean information types.
| Method Summary | |
|---|---|
static javax.management.MBeanInfo |
beanInfoToMBeanInfo(java.beans.BeanInfo info)
Converts a BeanInfo instance into an MBeanInfo instance. |
static javax.management.MBeanConstructorInfo |
constructorToMBeanConstructorInfo(java.lang.reflect.Constructor c)
Converts a Constructor instance into an MBeanConstructorInfo instance. |
static javax.management.MBeanOperationInfo |
methodDescriptorToMBeanOperationInfo(java.beans.MethodDescriptor md)
Converts a MethodDescriptor instance into an MBeanOperationInfo instance. |
static javax.management.MBeanAttributeInfo |
propertyDescriptorToMBeanAttributeInfo(java.beans.PropertyDescriptor pd)
Converts a PropertyDescriptor instance into an MBeanAttributeInfo instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final javax.management.MBeanInfo beanInfoToMBeanInfo(java.beans.BeanInfo info)
throws javax.management.IntrospectionException
info - The BeanInfo instance to convert.
javax.management.IntrospectionException - Should an
unexpected condition arise during the conversion.
public static final javax.management.MBeanAttributeInfo propertyDescriptorToMBeanAttributeInfo(java.beans.PropertyDescriptor pd)
throws javax.management.IntrospectionException
pd - The PropertyDescriptor instance to convert.
javax.management.IntrospectionException - Should an
unexpected condition arise during the conversion.public static final javax.management.MBeanOperationInfo methodDescriptorToMBeanOperationInfo(java.beans.MethodDescriptor md)
md - The MethodDescriptor instance to convert.
public static final javax.management.MBeanConstructorInfo constructorToMBeanConstructorInfo(java.lang.reflect.Constructor c)
c - The Constructor instance to convert.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||