GigaSpaces XAP 8.0 API

com.gigaspaces.events
Class SpaceRemoteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.jini.core.event.RemoteEvent
          extended by com.gigaspaces.events.SpaceRemoteEvent
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
EntryArrivedRemoteEvent

public class SpaceRemoteEvent
extends RemoteEvent
implements Externalizable

Base class for space remote events.

Since:
8.0.4
Author:
Niv Ingberg
See Also:
Serialized Form

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

EMPTY_STRING

protected static final String EMPTY_STRING
See Also:
Constant Field Values
Constructor Detail

SpaceRemoteEvent

public SpaceRemoteEvent()
Required for Externalizable


SpaceRemoteEvent

public SpaceRemoteEvent(Object source,
                        long eventID,
                        long seqNum,
                        MarshalledObject handback)

Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Required for Externalizable

Specified by:
writeExternal in interface Externalizable
Throws:
IOException

writeExternal

protected void writeExternal(ObjectOutput out,
                             com.gigaspaces.internal.version.PlatformLogicalVersion version)
                      throws IOException
Reserved for internal usage.

Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Required for Externalizable

Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

readExternal

protected void readExternal(ObjectInput in,
                            com.gigaspaces.internal.version.PlatformLogicalVersion version)
                     throws IOException,
                            ClassNotFoundException
Reserved for internal usage.

Throws:
IOException
ClassNotFoundException

GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.