Skip navigation links

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

E47890-01


com.tangosol.net.events.partition
Interface TransactionEvent

All Superinterfaces:
Event

public interface TransactionEvent
extends Event

A TransactionEvent captures information pertaining to all mutations performed within the context of a single request. All modified entries are passed to the interceptor(s) of this event. All entries are bound to the same PartitionedService, but may belong to different caches.

Since:
Coherence 12.1.2
Author:
rhl/hr/gg 2012.09.21

Nested Class Summary
static class TransactionEvent.Type
          The TransactionEvent types.

 

Method Summary
 java.util.Set getEntrySet()
          A set of entries enlisted within this transaction.

 

Methods inherited from interface com.tangosol.net.events.partition.Event
getDispatcher

 

Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor

 

Method Detail

getEntrySet

java.util.Set getEntrySet()
A set of entries enlisted within this transaction.
Returns:
a set of entries enlisted within this transaction

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.