org.openmdx.kernel.naming
Class LocalContext

java.lang.Object
  extended by org.openmdx.kernel.naming.spi.AbstractContext
      extended by org.openmdx.kernel.naming.spi.NameBasedContext
          extended by org.openmdx.kernel.naming.spi.HashMapContext
              extended by org.openmdx.kernel.naming.LocalContext
All Implemented Interfaces:
Context

Deprecated. together with the only subsystem using it, namely the LightweightContainer_1.

public class LocalContext
extends HashMapContext


Field Summary
protected static NameParser nameParser
          Deprecated. The Java Context uses a single name parser object for its namespace
 
Fields inherited from class org.openmdx.kernel.naming.spi.AbstractContext
environment
 
Fields inherited from interface javax.naming.Context
APPLET, AUTHORITATIVE, BATCHSIZE, DNS_URL, INITIAL_CONTEXT_FACTORY, LANGUAGE, OBJECT_FACTORIES, PROVIDER_URL, REFERRAL, SECURITY_AUTHENTICATION, SECURITY_CREDENTIALS, SECURITY_PRINCIPAL, SECURITY_PROTOCOL, STATE_FACTORIES, URL_PKG_PREFIXES
 
Constructor Summary
LocalContext(Hashtable environment)
          Deprecated. Constructor
 
Method Summary
 String getNameInNamespace()
          Deprecated.  
 
Methods inherited from class org.openmdx.kernel.naming.spi.HashMapContext
bind, close, createSubcontext, destroySubcontext, listBindings, rebind, resolveLink, unbind
 
Methods inherited from class org.openmdx.kernel.naming.spi.NameBasedContext
bind, composeName, composeName, createSubcontext, destroySubcontext, getNameParser, getNameParser, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rename, rename, resolve, unbind
 
Methods inherited from class org.openmdx.kernel.naming.spi.AbstractContext
addToEnvironment, getEnvironment, removeFromEnvironment, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nameParser

protected static final NameParser nameParser
Deprecated. 
The Java Context uses a single name parser object for its namespace

Constructor Detail

LocalContext

public LocalContext(Hashtable environment)
             throws NamingException
Deprecated. 
Constructor

Parameters:
environment -
nameParser -
Throws:
NamingException
Method Detail

getNameInNamespace

public String getNameInNamespace()
                          throws NamingException
Deprecated. 
Specified by:
getNameInNamespace in interface Context
Overrides:
getNameInNamespace in class HashMapContext
Throws:
NamingException


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.