com.j_spaces.core
Class SpaceContext
java.lang.Object
com.j_spaces.core.SpaceContext
- All Implemented Interfaces:
- Externalizable, Serializable
public class SpaceContext
- extends Object
- implements Externalizable
The SpaceContext class defines context info passed from the proxy to the space.
In general, when there is no context information, the context reference is null.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceContext
public SpaceContext()
- Empty constructor for Externalizable impl.
SpaceContext
public SpaceContext(SecurityContext securityContext)
SpaceContext
public SpaceContext(boolean fromGateway)
createCopy
public SpaceContext createCopy(SecurityContext newSecurityContext)
getSecurityContext
public SecurityContext getSecurityContext()
isFromGateway
public boolean isFromGateway()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
Copyright © GigaSpaces.