JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.glassfish.gmbal
ManagedOperation
Contents
Description
Optional Element Summary
Element Details
id
impact
Hide sidebar
Show sidebar
Annotation Type ManagedOperation
@Documented
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
ManagedOperation
This annotation defines an attribute in open MBean (ManagedObject).
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
id
The id of the operation.
Impact
impact
Element Details
id
String
id
The id of the operation. Defaults to the method name.
Default:
""
impact
Impact
impact
Default:
UNKNOWN