Constructs an
MBeanOperationInfo
object.
Parameters:
-
name - The name of the method.
-
description - A human readable description of the operation.
-
signature -
MBeanParameterInfo
objects
describing the parameters(arguments) of the method. This may be
null with the same effect as a zero-length array.
-
type - The type of the method's return value.
-
impact - The impact of the method, one of
INFO,
ACTION, ACTION_INFO, UNKNOWN
.
-
descriptor - The descriptor for the operation. This may be null
which is equivalent to an empty descriptor.
Since:
1.6