Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.management.annotation
Interface Notification

All Superinterfaces:
java.lang.annotation.Annotation

@Retention(value=RUNTIME)
@Target(value=TYPE)
public interface Notification
extends java.lang.annotation.Annotation

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.4
Author:
hr 2014.01.27
See 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

description

java.lang.String description()
A description of the notification.
Returns:
a description of the notification

types

java.lang.String[] types()
The notification event types the MBean may emit.
Returns:
the notification event types the MBean may emit

className

java.lang.String className()
The fully qualified class name of the notification object the MBean may emit.
Returns:
the fully qualified class name of the notification object the MBean may emit.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.