Class PropertiesInfo
- java.lang.Object
-
- org.exoplatform.management.jmx.impl.PropertiesInfo
-
public class PropertiesInfo extends Object
- Version:
- $Revision$
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description PropertiesInfo(Map<String,PropertyInfo> properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<PropertyInfo>getProperties()static PropertiesInforesolve(Class clazz, Class<? extends Annotation> annotationClass)MBeanScopingDataresolve(Object instance)
-
-
-
Constructor Detail
-
PropertiesInfo
public PropertiesInfo(Map<String,PropertyInfo> properties)
-
-
Method Detail
-
resolve
public static PropertiesInfo resolve(Class clazz, Class<? extends Annotation> annotationClass)
-
getProperties
public Collection<PropertyInfo> getProperties()
-
resolve
public MBeanScopingData resolve(Object instance)
-
-