|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,CONSTRUCTOR}) public @interface JMXNotification
Provides additional JMX notification information for JMX Model MBean Instrumentation.
The information provided for classes, constructors, and methods with
this annotation is used by the
ModelMBeanInstrumentor
for
instrumenting an instance of the class as Model MBean, especially
for the creation of the ModelMBeanNotificationInfo and its descriptor.
Required Element Summary | |
---|---|
java.lang.String[] |
types
Specifies the types of the notification. |
Optional Element Summary | |
---|---|
java.lang.String |
description
Specifies the description of the notification. |
java.lang.String |
displayName
Specifies the displayName of the notification. |
java.lang.String |
name
Specifies the name of the notification. |
int |
severity
Specifies the severity of the notification. |
Element Detail |
---|
public abstract java.lang.String[] types
public abstract java.lang.String name
public abstract java.lang.String displayName
public abstract java.lang.String description
public abstract int severity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |