|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ManagedResource
Annotation used to indicate a class to be exposed as a manageable resource.
| Optional Element Summary | |
|---|---|
boolean |
advertise
If true, indicates that the resource should support advertisement, and that the initial advertisementConsumer should be honored. |
java.lang.String |
advertisementConsumer
A text string used by the management host to identify the endpoint of an initial advertisement. |
java.lang.String |
autowireName
A name used to supply a target for AutoWire-annotated fields in other managed components. |
java.lang.String |
description
A text description of the resource. |
java.lang.String |
namespace
The namespace of the resource. |
java.lang.String |
persistent
The desired persistence model for the resource. |
public abstract java.lang.String description
public abstract java.lang.String namespace
public abstract java.lang.String persistent
public abstract boolean advertise
public abstract java.lang.String advertisementConsumer
public abstract java.lang.String autowireName
|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||