TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.monitoring.instrumentation.internal.jmx.modelmbean
Class PropertyDescriptorCache

java.lang.Object
  extended byorg.eclipse.tptp.monitoring.instrumentation.internal.jmx.modelmbean.PropertyDescriptorCache

public class PropertyDescriptorCache
extends java.lang.Object


Method Summary
static PropertyDescriptorCache findPropertyDescriptor(java.lang.Class clazz)
          Returns the PropertyDescriptorCache for a given Class
 java.beans.BeanInfo getBeanInfo()
          Returns the BeanInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBeanInfo

public java.beans.BeanInfo getBeanInfo()
Returns the BeanInfo

Returns:
the BeanInfo

findPropertyDescriptor

public static PropertyDescriptorCache findPropertyDescriptor(java.lang.Class clazz)
                                                      throws java.beans.IntrospectionException
Returns the PropertyDescriptorCache for a given Class

Parameters:
clazz - the Class
Returns:
the PropertyDescriptorCache
Throws:
java.beans.IntrospectionException - error occured

TPTP 4.4.0 Monitoring Tools Project
Internal API Specification