Class JmxAttributeMetadata
- java.lang.Object
-
- org.infinispan.factories.components.JmxAttributeMetadata
-
- All Implemented Interfaces:
Serializable
public class JmxAttributeMetadata extends Object implements Serializable
Persistable and cacheable metadata for JMX attributes- Since:
- 5.1
- Author:
- Manik Surtani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JmxAttributeMetadata(Field field)
JmxAttributeMetadata(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getName()
String
getType()
boolean
isIs()
boolean
isUseSetter()
boolean
isWritable()
String
toString()
-