org.jboss.cache.jmx
Interface CacheNotificationBroadcaster
- All Superinterfaces:
- javax.management.NotificationBroadcaster, javax.management.NotificationEmitter
- All Known Implementing Classes:
- CacheJmxWrapper
public interface CacheNotificationBroadcaster
- extends javax.management.NotificationEmitter
Methods inherited from interface javax.management.NotificationEmitter |
removeNotificationListener |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener, getNotificationInfo, removeNotificationListener |
NOTIF_CACHE_STARTED
static final java.lang.String NOTIF_CACHE_STARTED
- See Also:
- Constant Field Values
NOTIF_CACHE_STOPPED
static final java.lang.String NOTIF_CACHE_STOPPED
- See Also:
- Constant Field Values
NOTIF_NODE_CREATED
static final java.lang.String NOTIF_NODE_CREATED
- See Also:
- Constant Field Values
NOTIF_NODE_MODIFIED
static final java.lang.String NOTIF_NODE_MODIFIED
- See Also:
- Constant Field Values
NOTIF_NODE_REMOVED
static final java.lang.String NOTIF_NODE_REMOVED
- See Also:
- Constant Field Values
NOTIF_NODE_MOVED
static final java.lang.String NOTIF_NODE_MOVED
- See Also:
- Constant Field Values
NOTIF_NODE_VISITED
static final java.lang.String NOTIF_NODE_VISITED
- See Also:
- Constant Field Values
NOTIF_NODE_EVICTED
static final java.lang.String NOTIF_NODE_EVICTED
- See Also:
- Constant Field Values
NOTIF_NODE_LOADED
static final java.lang.String NOTIF_NODE_LOADED
- See Also:
- Constant Field Values
NOTIF_NODE_ACTIVATED
static final java.lang.String NOTIF_NODE_ACTIVATED
- See Also:
- Constant Field Values
NOTIF_NODE_PASSIVATED
static final java.lang.String NOTIF_NODE_PASSIVATED
- See Also:
- Constant Field Values
NOTIF_VIEW_CHANGED
static final java.lang.String NOTIF_VIEW_CHANGED
- See Also:
- Constant Field Values
sendNotification
void sendNotification(javax.management.Notification notification)
- Sends a notification to any interested NotificationListener.
- Parameters:
notification
- the notification to send
getNextNotificationSequenceNumber
long getNextNotificationSequenceNumber()
- Gets the sequence number for the next notification.
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.