|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.hazelcast.core.AbstractIMapEvent
public abstract class AbstractIMapEvent
The abstract class for a map event IMapEvent.
| Field Summary | |
|---|---|
protected String |
name
|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AbstractIMapEvent(Object source,
Member member,
int eventType)
Constructs a prototypical map Event. |
|
| Method Summary | |
|---|---|
EntryEventType |
getEventType()
Returns the event type EntryEventType. |
Member |
getMember()
Returns the member that fired this event. |
String |
getName()
Returns the name of the map for this event. |
Object |
getSource()
Returns the object on which the event initially occurred. |
String |
toString()
Returns a String representation of this event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String name
| Constructor Detail |
|---|
public AbstractIMapEvent(Object source,
Member member,
int eventType)
source - The object on which the Event initially occurred.member - The interface to the cluster member (node).eventType - The event type as an enum EntryEventType integer.
IllegalArgumentException - if source is null.| Method Detail |
|---|
public Object getSource()
getSource in class EventObjectpublic Member getMember()
getMember in interface IMapEventpublic EntryEventType getEventType()
EntryEventType.
getEventType in interface IMapEventEntryEventType.public String getName()
getName in interface IMapEventpublic String toString()
toString in class EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||