|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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 EventObject
public Member getMember()
getMember
in interface IMapEvent
public EntryEventType getEventType()
EntryEventType
.
getEventType
in interface IMapEvent
EntryEventType
.public String getName()
getName
in interface IMapEvent
public String toString()
toString
in class EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |