Class JmxAttributeMetadata
- java.lang.Object
-
- org.infinispan.factories.components.JmxAttributeMetadata
-
- All Implemented Interfaces:
java.io.Serializable
public class JmxAttributeMetadata extends java.lang.Object implements java.io.SerializablePersistable and cacheable metadata for JMX attributes- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxAttributeMetadata(java.lang.reflect.Field field)Deprecated.Since 10.0, will be removed in 11 as the annotation is not available at runtimeJmxAttributeMetadata(java.lang.reflect.Method method)JmxAttributeMetadata(java.lang.String name, java.lang.String description, boolean writable, boolean useSetter, java.lang.String type, boolean is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetName()java.lang.StringgetType()booleanisIs()booleanisUseSetter()booleanisWritable()java.lang.StringtoString()
-
-
-
Constructor Detail
-
JmxAttributeMetadata
public JmxAttributeMetadata(java.lang.String name, java.lang.String description, boolean writable, boolean useSetter, java.lang.String type, boolean is)
-
JmxAttributeMetadata
@Deprecated public JmxAttributeMetadata(java.lang.reflect.Field field)
Deprecated.Since 10.0, will be removed in 11 as the annotation is not available at runtime
-
JmxAttributeMetadata
public JmxAttributeMetadata(java.lang.reflect.Method method)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
isWritable
public boolean isWritable()
-
isUseSetter
public boolean isUseSetter()
-
getType
public java.lang.String getType()
-
isIs
public boolean isIs()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-