Uses of Interface
org.jgroups.jmx.ResourceDMBean.Accessor
Packages that use ResourceDMBean.Accessor
-
Uses of ResourceDMBean.Accessor in org.jgroups.jmx
Classes in org.jgroups.jmx that implement ResourceDMBean.AccessorModifier and TypeClassDescriptionstatic classstatic classstatic classFields in org.jgroups.jmx declared as ResourceDMBean.AccessorModifier and TypeFieldDescriptionprotected ResourceDMBean.AccessorResourceDMBean.AttributeEntry.getterprotected ResourceDMBean.AccessorResourceDMBean.AttributeEntry.setterMethods in org.jgroups.jmx that return ResourceDMBean.AccessorModifier and TypeMethodDescriptionprotected static ResourceDMBean.AccessorResourceDMBean.findGetter(Object target, String attr_name) Finds an accessor for an attribute.static ResourceDMBean.AccessorResourceDMBean.findSetter(Object target, String attr_name) Finds an accessor for an attribute.ResourceDMBean.AttributeEntry.getter()ResourceDMBean.AttributeEntry.setter()Methods in org.jgroups.jmx with parameters of type ResourceDMBean.AccessorModifier and TypeMethodDescriptionResourceDMBean.AttributeEntry.getter(ResourceDMBean.Accessor new_getter) ResourceDMBean.AttributeEntry.setter(ResourceDMBean.Accessor new_setter) Constructors in org.jgroups.jmx with parameters of type ResourceDMBean.AccessorModifierConstructorDescriptionAttributeEntry(AccessibleObject type, String name, MBeanAttributeInfo info, ResourceDMBean.Accessor getter, ResourceDMBean.Accessor setter) -
Uses of ResourceDMBean.Accessor in org.jgroups.stack
Fields in org.jgroups.stack with type parameters of type ResourceDMBean.AccessorModifier and TypeFieldDescriptionprotected final Map<String, Map<String, ResourceDMBean.Accessor>> NonReflectiveProbeHandler.attrsprotected final Map<String, Map<String, ResourceDMBean.Accessor>> NonReflectiveProbeHandler.settersMethods in org.jgroups.stack with parameters of type ResourceDMBean.AccessorModifier and TypeMethodDescriptionprotected static voidNonReflectiveProbeHandler.invoke(String protocol_name, ResourceDMBean.Accessor setter, String attr, Object value)