|
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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)
|
|
| 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)
| Method Detail |
|---|
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
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 ExternalizableIOException
ClassNotFoundException
protected void readExternal(ObjectInput in,
com.gigaspaces.internal.version.PlatformLogicalVersion version)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
|
GigaSpaces XAP 8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||