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
Class TransactionEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.partition.TransactionEvent.Type

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
TransactionEvent

public static final class TransactionEvent.Type
extends java.lang.Enum

The TransactionEvent types.


Field Summary
static TransactionEvent.Type COMMITTED
          A COMMITTED event is raised after any mutations have been committed to the underlying backing maps.
static TransactionEvent.Type COMMITTING
          A COMMITTING event is raised prior to any updates to the underlying backing map.

 

Method Summary
static TransactionEvent.Type valueOf(java.lang.String name)
           
static TransactionEvent.Type[] values()
           

 

Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Field Detail

COMMITTING

public static final TransactionEvent.Type COMMITTING
A COMMITTING event is raised prior to any updates to the underlying backing map. This event will contain all modified entries which may span multiple backing maps.

The following holds:


COMMITTED

public static final TransactionEvent.Type COMMITTED
A COMMITTED event is raised after any mutations have been committed to the underlying backing maps. This event will contain all modified entries which may span multiple backing maps. The BinaryEntry instances passed for this event type are immutable.

Method Detail

values

public static TransactionEvent.Type[] values()

valueOf

public static TransactionEvent.Type valueOf(java.lang.String name)

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.