Class MBeanAccessor.GetAttributes

java.lang.Object
com.tangosol.net.management.MBeanAccessor.GetAttributes
All Implemented Interfaces:
Remote.Function<MBeanServer, Map<String, Map<String,Object>>>, Serializable, Function<MBeanServer, Map<String, Map<String,Object>>>
Enclosing class:
MBeanAccessor

public static class MBeanAccessor.GetAttributes extends Object implements Remote.Function<MBeanServer, Map<String, Map<String,Object>>>, Serializable
The Remote.Function for the MBeanServerConnection.getAttributes method.
Since:
12.2.1.4.0
Author:
sr/hr
See Also: