| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.j_spaces.core.SpaceContext
public class SpaceContext
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.
| Constructor Summary | |
|---|---|
SpaceContext()
Empty constructor for Externalizable impl.  | 
|
SpaceContext(SecurityContext securityContext)
 | 
|
SpaceContext(SecurityContext securityContext,
             com.gigaspaces.internal.cluster.node.impl.gateway.ReplicationContext replicationContext)
 | 
|
| Method Summary | |
|---|---|
 com.gigaspaces.internal.cluster.node.impl.gateway.ReplicationContext | 
getReplicationContext()
This is for internal usage only and subject to change.  | 
 SecurityContext | 
getSecurityContext()
 | 
 void | 
readExternal(ObjectInput in)
 | 
 void | 
writeExternal(ObjectOutput out)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SpaceContext()
public SpaceContext(SecurityContext securityContext)
public SpaceContext(SecurityContext securityContext,
                    com.gigaspaces.internal.cluster.node.impl.gateway.ReplicationContext replicationContext)
| Method Detail | 
|---|
public SecurityContext getSecurityContext()
public com.gigaspaces.internal.cluster.node.impl.gateway.ReplicationContext getReplicationContext()
public void writeExternal(ObjectOutput out)
                   throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||