Package org.jgroups.jmx
Class ResourceDMBean.AttributeEntry
java.lang.Object
org.jgroups.jmx.ResourceDMBean.AttributeEntry
- Enclosing class:
ResourceDMBean
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceDMBean.Accessorprotected final MBeanAttributeInfoprotected final Stringprotected ResourceDMBean.Accessorprotected final AccessibleObject -
Constructor Summary
ConstructorsConstructorDescriptionAttributeEntry(AccessibleObject type, String name, MBeanAttributeInfo info) AttributeEntry(AccessibleObject type, String name, MBeanAttributeInfo info, ResourceDMBean.Accessor getter, ResourceDMBean.Accessor setter) -
Method Summary
Modifier and TypeMethodDescriptiongetter()getter(ResourceDMBean.Accessor new_getter) info()name()setter()setter(ResourceDMBean.Accessor new_setter) toString()type()
-
Field Details
-
type
-
name
-
info
-
getter
-
setter
-
-
Constructor Details
-
AttributeEntry
-
AttributeEntry
public AttributeEntry(AccessibleObject type, String name, MBeanAttributeInfo info, ResourceDMBean.Accessor getter, ResourceDMBean.Accessor setter)
-
-
Method Details