|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface ManagedNotification
JDK 1.5+ method-level annotation that indicates a JMX notification emitted by a bean.
ManagedNotification
Required Element Summary | |
---|---|
String |
name
|
String[] |
notificationTypes
|
Optional Element Summary | |
---|---|
String |
description
|
Element Detail |
---|
public abstract String name
public abstract String[] notificationTypes
public abstract String description
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |