|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedData
This annotation defines CompositeData. An interface or class annotated as @ManagedData has a corresponding CompositeData instance constructed according to the @ManagedAttribute annotations on its methods. All inherited annotated methods are included. In the case of conflicts, the most derived method is used (that is the method declared in the method closest to the class annotated as @ManagedData).
Optional Element Summary | |
---|---|
java.lang.String |
name
The name of the ManagedData. |
public abstract java.lang.String name
Gmbal determines the ManagedData name as follows:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |