| 
|||||||||
| 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, and is used by the filters to validate and process space functions.
ISpaceFilter, 
Serialized Form| Field Summary | |
|---|---|
 SecurityContext | 
m_SecurityContext
An attached SecurityContext.  | 
| Constructor Summary | |
|---|---|
SpaceContext()
 | 
|
| Method Summary | |
|---|---|
 SecurityContext | 
getSecurityContext()
Gets the security context.  | 
 void | 
readExternal(ObjectInput in)
 | 
 void | 
setSecurityContext(SecurityContext context)
Sets the security context.  | 
 void | 
writeExternal(ObjectOutput out)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public SecurityContext m_SecurityContext
setSecurityContext(SecurityContext)| Constructor Detail | 
|---|
public SpaceContext()
| Method Detail | 
|---|
public void writeExternal(ObjectOutput out)
                   throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundExceptionpublic void setSecurityContext(SecurityContext context)
context - the SecurityContextpublic SecurityContext getSecurityContext()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||