|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) public @interface JMX
A temporary home for this annotation interface
Required Element Summary | |
---|---|
Class<?> |
exposedInterface
The mbean interface the annotated object should expose. |
Optional Element Summary | |
---|---|
String |
name
String form of the ObjectName for the mbean. |
boolean |
registerDirectly
Should the annotated object itself be directly registered with the MBeanServer, or should a javax.management.StandardMBean
be created using the object and the
exposed interface ? |
Element Detail |
---|
public abstract Class<?> exposedInterface
registerDirectly()
is true
.
public abstract String name
public abstract boolean registerDirectly
javax.management.StandardMBean
be created using the object and the
exposed interface
?
true
if the object should be registered directly,
false
if a StandardMBean should be created.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |