public abstract class AbstractSpaceRequestInfo extends Object implements SpaceRequestInfo, SmartExternalizable, ISwapExternalizable
Constructor and Description |
---|
AbstractSpaceRequestInfo()
Required for Externalizable
|
Modifier and Type | Method and Description |
---|---|
SpaceContext |
getSpaceContext() |
boolean |
isFromGateway() |
void |
readExternal(ObjectInput in) |
void |
readFromSwap(ObjectInput in) |
void |
setFromGateway(boolean fromGateway) |
void |
setSpaceContext(SpaceContext spaceContext) |
void |
writeExternal(ObjectOutput out) |
void |
writeToSwap(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public AbstractSpaceRequestInfo()
public boolean isFromGateway()
public void setFromGateway(boolean fromGateway)
public SpaceContext getSpaceContext()
getSpaceContext
in interface SpaceRequestInfo
public void setSpaceContext(SpaceContext spaceContext)
setSpaceContext
in interface SpaceRequestInfo
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void writeToSwap(ObjectOutput out) throws IOException
writeToSwap
in interface ISwapExternalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void readFromSwap(ObjectInput in) throws IOException, ClassNotFoundException
readFromSwap
in interface ISwapExternalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.