This is a JNDI Context implementation for storing serializable objects. This is the default Context for the J2EE RI. Lookups of unqualified names (i.e. names not starting with "java:", "corbaname:" etc) are serviced by SerialContext. The namespace is implemented in the J2EE server in the SerialContextProviderImpl object, which is accessed over RMI-IIOP from clients.
NOT THREAD SAFE: mutable instance variables