org.eclipse.cosmos.dc.mgmt.provisional.wsdm.impl.info
Class WSDMAttributeInfo
java.lang.Object
javax.management.MBeanFeatureInfo
javax.management.MBeanAttributeInfo
org.eclipse.cosmos.dc.mgmt.provisional.wsdm.impl.info.WSDMAttributeInfo
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class WSDMAttributeInfo
- extends javax.management.MBeanAttributeInfo
- See Also:
- Serialized Form
| Fields inherited from class javax.management.MBeanFeatureInfo |
description, name |
|
Constructor Summary |
WSDMAttributeInfo(java.lang.String name,
java.lang.String namespace,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
java.lang.annotation.Annotation[] annotations)
|
| Methods inherited from class javax.management.MBeanAttributeInfo |
clone, equals, getType, hashCode, isIs, isReadable, isWritable |
| Methods inherited from class javax.management.MBeanFeatureInfo |
getDescription, getName |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
WSDMAttributeInfo
public WSDMAttributeInfo(java.lang.String name,
java.lang.String namespace,
java.lang.String description,
java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
java.lang.annotation.Annotation[] annotations)
throws javax.management.IntrospectionException
- Throws:
javax.management.IntrospectionException
isResourceID
public boolean isResourceID()
isMetric
public boolean isMetric()
getNamespace
public java.lang.String getNamespace()
getGetter
public java.lang.reflect.Method getGetter()
getSetter
public java.lang.reflect.Method getSetter()
getAnnotations
public java.lang.annotation.Annotation[] getAnnotations()
getElement
public org.w3c.dom.Element getElement()