Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.events
Class EventHelper

java.lang.Object
  extended by com.tangosol.net.events.EventHelper


public abstract class EventHelper
extends java.lang.Object

Helper class providing various functionality related to event handling.

Since:
Coherence 12.1.2
Author:
hr 2012.09.04

Constructor Summary
EventHelper()
           

 

Method Summary
static java.util.Map getEntryEventsMap(TransactionEvent event)
          Converts the provided TransactionEvent into a map keyed by EntryEvent.Type and with a value of a Set of entries.

 

Constructor Detail

EventHelper

public EventHelper()

Method Detail

getEntryEventsMap

public static java.util.Map getEntryEventsMap(TransactionEvent event)
Converts the provided TransactionEvent into a map keyed by EntryEvent.Type and with a value of a Set of entries.
Parameters:
event - the TransactionEvent to convert
Returns:
a map of event type to a set of entries

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.