Class SerialContext

java.lang.Object
com.sun.enterprise.naming.impl.SerialContext
All Implemented Interfaces:
Context

public final class SerialContext extends Object implements Context
This context provides access to the app server naming service. This is the default Context for GlassFish. Lookups of unqualified names (i.e. names not starting with "java:", "corbaname:" etc) are serviced by SerialContext. The namespace is implemented in the SerialContextProviderImpl object, which is accessed directly in the case that the client is collocated with the naming service impl or remotely via RMI-IIOP if not collocated.

NOT THREAD SAFE: mutable instance variables