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 Event

All Superinterfaces:
Event
All Known Subinterfaces:
TransactionEvent, TransferEvent

public interface Event
extends Event

A PartitionedServiceEvent captures information concerning an operation on a PartitionedService. Sub interfaces provide more context on the event.

Since:
Coherence 12.1.2

Method Summary
 PartitionedServiceDispatcher getDispatcher()
          Return the PartitionedServiceDispatcher this event was raised by.

 

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

 

Method Detail

getDispatcher

PartitionedServiceDispatcher getDispatcher()
Return the PartitionedServiceDispatcher this event was raised by.
Specified by:
getDispatcher in interface Event
Returns:
the PartitionedServiceDispatcher this event was raised by

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.