Uses of Interface
org.jolokia.server.core.util.jmx.MBeanServerAccess.MBeanAction
Packages that use MBeanServerAccess.MBeanAction
-
Uses of MBeanServerAccess.MBeanAction in org.jolokia.server.core.util.jmx
Methods in org.jolokia.server.core.util.jmx with parameters of type MBeanServerAccess.MBeanActionModifier and TypeMethodDescription<T> TDefaultMBeanServerAccess.call(ObjectName pObjectName, MBeanServerAccess.MBeanAction<T> pMBeanAction, Object... pExtraArgs) Call an action an the first MBeanServer on which the action does not throw an InstanceNotFoundException will considered to be successful and this method returns with the return value of the succesful action.<R> RMBeanServerAccess.call(ObjectName pObjectName, MBeanServerAccess.MBeanAction<R> pMBeanAction, Object... pExtraArgs) Call an action an the first MBeanServer on which the action does not throw an InstanceNotFoundException will considered to be successful and this method returns with the return value of the succesful action.<R> RSingleMBeanServerAccess.call(ObjectName pObjectName, MBeanServerAccess.MBeanAction<R> pMBeanAction, Object... pExtraArgs)