Red Hat JBoss Enterprise Application Platform 7.4.0.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- Event<K,V>
- All Known Subinterfaces:
- CacheEntryActivatedEvent<K,V>, CacheEntryCreatedEvent<K,V>, CacheEntryEvent<K,V>, CacheEntryExpiredEvent<K,V>, CacheEntryInvalidatedEvent<K,V>, CacheEntryLoadedEvent<K,V>, CacheEntryModifiedEvent<K,V>, CacheEntryPassivatedEvent<K,V>, CacheEntryRemovedEvent<K,V>, CacheEntryVisitedEvent<K,V>, TransactionCompletedEvent<K,V>, TransactionRegisteredEvent<K,V>
- All Known Implementing Classes:
- ClusterEvent, EventImpl
public interface TransactionalEvent<K,V>
extends Event<K,V>
An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call
originated locally or remotely.
- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.notifications.cachelistener.event.Event
Event.Type
-
-
Method Detail
-
isOriginLocal
boolean isOriginLocal()
- Returns:
- true if the call originated on the local cache instance; false if originated from a remote one.
Red Hat JBoss Enterprise Application Platform 7.4.0.GA
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2021 JBoss by Red Hat. All rights reserved.