public class MBeanActionInfo extends Object
MBeanActionInfo defines a MBean action. The information
needed to call a MBean action includes method name, parameters, and
optionally the concrete signature of the method implementing the action.
The action ID identifies the action| Constructor and Description |
|---|
MBeanActionInfo(int actionID,
String actionMethod) |
MBeanActionInfo(int actionID,
String actionMethod,
Object[] actionParameters) |
MBeanActionInfo(int actionID,
String actionMethod,
Object[] actionParameters,
String[] signature) |
Copyright © 2015 SNMP4J.org. All rights reserved.