JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Package com.attivio.sdk.client.exposedapi.jmx
Annotation Types Summary
Annotation Type
Description
JmxInvokable
Annotation to apply to a method to mark it as an invokable method in JMX.
JmxManageable
Annotation to apply to a class to identify it as using annotations for marking what methods are getters, setters, or invokable.
JmxReadable
Annotation to apply to a getter method to mark it as a readable attribute in JMX.
JmxWritable
Annotation to apply to a setter method to mark it as a writable attribute in JMX.