Package | Description |
---|---|
org.jolokia.backend.executor |
Modifier and Type | Method and Description |
---|---|
<R> R |
MBeanServerExecutor.call(ObjectName pObjectName,
MBeanServerExecutor.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.
|
<T> T |
AbstractMBeanServerExecutor.call(ObjectName pObjectName,
MBeanServerExecutor.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.
|
Copyright © 2018. All rights reserved.