|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ManagementOperation
An annotation for describing a ManagedOperation
Optional Element Summary | |
---|---|
Class<? extends ManagedParameterConstraintsPopulatorFactory> |
constraintsFactory
The parameter constraints, allowed values populator factory |
String |
description
The description |
ManagedOperation.Impact |
impact
The side-effect impact of invoking the operation |
String |
name
The name of the operation |
ManagementParameter[] |
params
The parameters of the operation |
public abstract String name
public abstract ManagementParameter[] params
public abstract String description
public abstract ManagedOperation.Impact impact
public abstract Class<? extends ManagedParameterConstraintsPopulatorFactory> constraintsFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |