|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject net.jini.core.event.RemoteEvent com.gigaspaces.events.SpaceRemoteEvent
public class SpaceRemoteEvent
Base class for space remote events.
Field Summary | |
---|---|
protected static String |
EMPTY_STRING
|
Fields inherited from class net.jini.core.event.RemoteEvent |
---|
eventID, handback, seqNum, source |
Constructor Summary | |
---|---|
SpaceRemoteEvent()
Required for Externalizable |
|
SpaceRemoteEvent(Object source,
long eventID,
long seqNum,
MarshalledObject handback)
Constructs a SpaceRemoteEvent object. |
Method Summary | |
---|---|
void |
readExternal(ObjectInput in)
Required for Externalizable |
protected void |
readExternal(ObjectInput in,
com.gigaspaces.internal.version.PlatformLogicalVersion version)
Reserved for internal usage. |
void |
writeExternal(ObjectOutput out)
Required for Externalizable |
protected void |
writeExternal(ObjectOutput out,
com.gigaspaces.internal.version.PlatformLogicalVersion version)
Reserved for internal usage. |
Methods inherited from class net.jini.core.event.RemoteEvent |
---|
getID, getRegistrationObject, getSequenceNumber |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final String EMPTY_STRING
Constructor Detail |
---|
public SpaceRemoteEvent()
public SpaceRemoteEvent(Object source, long eventID, long seqNum, MarshalledObject handback)
The abstract state contained in a RemoteEvent object includes a reference to the object in which the event occurred, a long which identifies the kind of event relative to the object in which the event occurred, a long which indicates the sequence number of this instance of the event kind, and a MarshalledObject that is to be handed back when the notification occurs. The combination of the event identifier and the object reference obtained from the RemoteEvent object should uniquely identify the event type.
source
- an Object representing the event sourceeventID
- a long containing the event identifierseqNum
- a long containing the event sequence numberhandback
- a MarshalledObject that was passed in
as part of the original event registration.Method Detail |
---|
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
protected void writeExternal(ObjectOutput out, com.gigaspaces.internal.version.PlatformLogicalVersion version) throws IOException
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
protected void readExternal(ObjectInput in, com.gigaspaces.internal.version.PlatformLogicalVersion version) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |