COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.mgmt.provisional.wsdm.impl.info
Class WSDMAttributeInfo

java.lang.Object
  extended by javax.management.MBeanFeatureInfo
      extended by javax.management.MBeanAttributeInfo
          extended by 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

Field Summary
 
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)
           
 
Method Summary
 java.lang.annotation.Annotation[] getAnnotations()
           
 org.w3c.dom.Element getElement()
           
 java.lang.reflect.Method getGetter()
           
 java.lang.String getNamespace()
           
 java.lang.reflect.Method getSetter()
           
 boolean isMetric()
           
 boolean isResourceID()
           
 
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
 

Constructor Detail

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
Method Detail

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()

COSMOS ${releaseVersion} data-collection Project
Public API Specification