Interface MBeanServerAccess.MBeanAction<R>

Type Parameters:
R - return type for the execute method
Enclosing interface:
MBeanServerAccess

public static interface MBeanServerAccess.MBeanAction<R>
A MBeanAction represent a single action on a MBeanServer for a given object name. The action is free to throw a InstanceNotFoundException or AttributeNotFoundException if the object name or attribute is not contained in the give MBeanServer. In this case the next MBeanServer is tried, otherwise the result from the action is returned and no other MBeanServers are tried