Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.net.events
Class BackingMapDispatcher.InvocationEvent.Type

java.lang.Object
  extended by java.lang.Enum
      extended by com.tangosol.net.events.BackingMapDispatcher.InvocationEvent.Type

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

public static final class BackingMapDispatcher.InvocationEvent.Type
extends java.lang.Enum

The BackingMapDispatcher.InvocationEvent types.

See Also:
Serialized Form

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

 

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

 

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

 

Field Detail

EXECUTING

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

The following holds:


EXECUTED

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

Method Detail

values

public static BackingMapDispatcher.InvocationEvent.Type[] values()

valueOf

public static BackingMapDispatcher.InvocationEvent.Type valueOf(java.lang.String name)

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


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