|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
public interface Notification
The Notification annotation provides a means for an MBean interface to describe the notification it emits. This annotation is expected to be used with AnnotatedStandardEmitterMBean.
An example of using this annotation is provided below:
Since:Coherence 12.1.4Author:hr 2014.01.27See Also:AnnotatedStandardEmitterMBean| Method Summary | |
|---|---|
java.lang.String |
className()The fully qualified class name of the notification object the MBean may emit. |
java.lang.String |
description()A description of the notification. |
java.lang.String[] |
types()The notification event types the MBean may emit. |
| Methods inherited from interface java.lang.annotation.Annotation |
|---|
annotationType, equals, hashCode, toString |
| Method Detail |
|---|
java.lang.String description()
java.lang.String[] types()
java.lang.String className()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||