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.cache
Class EntryProcessorEvent.Type

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

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

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

The EntryProcessorEvent types.


Field Summary
static EntryProcessorEvent.Type EXECUTED
          This EntryProcessorEvent is dispatched after an InvocableMap.EntryProcessor has been executed.
static EntryProcessorEvent.Type EXECUTING
          This EntryProcessorEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries.

 

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

 

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

 

Field Detail

EXECUTING

public static final EntryProcessorEvent.Type EXECUTING
This EntryProcessorEvent is raised prior to executing an InvocableMap.EntryProcessor on a set of entries.

The following holds:


EXECUTED

public static final EntryProcessorEvent.Type EXECUTED
This EntryProcessorEvent is dispatched after an InvocableMap.EntryProcessor has been executed.

Method Detail

values

public static EntryProcessorEvent.Type[] values()

valueOf

public static EntryProcessorEvent.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.