public abstract class AbstractSpaceActionInfo extends Object implements SpaceRequestInfo, SpaceResponseInfo
Constructor and Description |
---|
AbstractSpaceActionInfo()
Required for Externalizable
|
Modifier and Type | Method and Description |
---|---|
SpaceContext |
getSpaceContext() |
void |
readExternal(ObjectInput in) |
protected void |
readRequest(ObjectInput in) |
protected void |
readResponse(ObjectInput in) |
void |
setResponse() |
void |
setSpaceContext(SpaceContext spaceContext) |
void |
writeExternal(ObjectOutput out) |
protected void |
writeRequest(ObjectOutput out) |
protected void |
writeResponse(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public AbstractSpaceActionInfo()
public SpaceContext getSpaceContext()
getSpaceContext
in interface SpaceRequestInfo
public void setSpaceContext(SpaceContext spaceContext)
setSpaceContext
in interface SpaceRequestInfo
public void setResponse()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
protected void writeRequest(ObjectOutput out) throws IOException
IOException
protected void readRequest(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
protected void writeResponse(ObjectOutput out) throws IOException
IOException
protected void readResponse(ObjectInput in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © GigaSpaces.