|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedOperation | |
---|---|
org.springframework.jmx.export.annotation | JDK 1.5+ annotations for MBean exposure. |
org.springframework.jmx.export.metadata | Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. |
Uses of ManagedOperation in org.springframework.jmx.export.annotation |
---|
Methods in org.springframework.jmx.export.annotation that return ManagedOperation | |
---|---|
ManagedOperation |
AnnotationJmxAttributeSource.getManagedOperation(Method method)
|
Uses of ManagedOperation in org.springframework.jmx.export.metadata |
---|
Methods in org.springframework.jmx.export.metadata that return ManagedOperation | |
---|---|
ManagedOperation |
JmxAttributeSource.getManagedOperation(Method method)
Implementations should return an instance of ManagedOperation
if the supplied Method has the corresponding metadata. |
ManagedOperation |
AttributesJmxAttributeSource.getManagedOperation(Method method)
If the specified method has a ManagedOperation attribute,
then it is returned. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |