|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ManagedOperation
Annotation used to indicate a manageable operation.
| Optional Element Summary | |
|---|---|
java.lang.String |
description
|
boolean |
isDestroyMethod
|
boolean |
isMetaDataMethod
If true, the operation will not be exposed, but will act as a source of metadata for extending introspection of the resource by metadata exchange. |
java.lang.String |
MetaDataType
The type of metadata the operation returns. |
java.lang.String |
namespace
The namespace to be used for the operation. |
public abstract java.lang.String description
public abstract java.lang.String namespace
public abstract boolean isDestroyMethod
public abstract boolean isMetaDataMethod
public abstract java.lang.String MetaDataType
|
COSMOS ${releaseVersion} data-collection Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||