| Package | Description |
|---|---|
| org.jboss.cache | |
| org.jboss.cache.jmx | |
| org.jboss.cache.loader | |
| org.jboss.cache.notifications.event |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsoleListener.printDetails(Event e) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheNotificationListener.broadcast(Event e) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingletonStoreCacheLoader.SingletonStoreListener.cacheStarted(Event e)
Cache started, check whether the node is the coordinator and set the singleton store cache loader's active
status.
|
void |
SingletonStoreCacheLoader.SingletonStoreListener.cacheStopped(Event e) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuddyGroupChangedEvent
This event is passed in to any method annotated with
BuddyGroupChanged. |
interface |
CacheBlockedEvent
This event is passed in to any method annotated with
CacheBlocked. |
interface |
CacheStartedEvent
This event is passed in to any method annotated with
CacheStarted. |
interface |
CacheStoppedEvent
This event is passed in to any method annotated with
CacheStopped. |
interface |
CacheUnblockedEvent
This event is passed in to any method annotated with
CacheUnblocked. |
interface |
NodeActivatedEvent
This event is passed in to any method annotated with
NodeActivated. |
interface |
NodeCreatedEvent
This event is passed in to any method annotated with
NodeCreated. |
interface |
NodeEvent
Transactional events that additionally expose an Fqn as such events pertain to a specific node.
|
interface |
NodeEvictedEvent
This event is passed in to any method annotated with
NodeEvicted. |
interface |
NodeInvalidatedEvent
Notifies a listener of an invalidation event
|
interface |
NodeLoadedEvent
This event is passed in to any method annotated with
NodeLoaded. |
interface |
NodeModifiedEvent
This event is passed in to any method annotated with
NodeModified |
interface |
NodeMovedEvent
This event is passed in to any method annotated with
NodeMoved. |
interface |
NodePassivatedEvent
This event is passed in to any method annotated with
NodePassivated. |
interface |
NodeRemovedEvent
This event is passed in to any method annotated with
NodeRemoved. |
interface |
NodeVisitedEvent
This event is passed in to any method annotated with
NodeVisited. |
interface |
TransactionalEvent
An event type that includes a transaction context - if one exists - as well as a boolean as to whether the call
originated locally or remotely.
|
interface |
TransactionCompletedEvent
This event is passed in to any method annotated with
TransactionCompleted. |
interface |
TransactionRegisteredEvent
This event is passed in to any method annotated with
TransactionRegistered. |
interface |
ViewChangedEvent
This event is passed in to any method annotated with
ViewChanged. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl
Basic implementation of an event that covers all event types.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.