Interface MBeanServerAccess.MBeanEachCallback

Enclosing interface:
MBeanServerAccess

public static interface MBeanServerAccess.MBeanEachCallback
This callback is used together with MBeanServerAccess.each(ObjectName, MBeanEachCallback) for iterating over all active MBeanServers. The callback is responsible on its own to collect the information queried.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback call for a specific MBeanServer for a given object name.