Package cronapi.osjava.sj
Class SimpleContext
- java.lang.Object
-
- cronapi.osjava.sj.jndi.DelegatingContext
-
- cronapi.osjava.sj.SimpleContext
-
- All Implemented Interfaces:
Context
public class SimpleContext extends DelegatingContext
-
-
Field Summary
Fields Modifier and Type Field Description static StringSIMPLE_DELEGATEstatic StringSIMPLE_ROOTstatic StringSIMPLE_SPACE-
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
Constructors Constructor Description SimpleContext(Hashtable env)
-
Method Summary
-
Methods inherited from class cronapi.osjava.sj.jndi.DelegatingContext
addToEnvironment, bind, bind, close, composeName, composeName, createSubcontext, createSubcontext, destroySubcontext, destroySubcontext, getEnvironment, getNameInNamespace, getNameParser, getNameParser, getTarget, list, list, listBindings, listBindings, lookup, lookup, lookupLink, lookupLink, rebind, rebind, removeFromEnvironment, rename, rename, unbind, unbind
-
-
-
-
Field Detail
-
SIMPLE_ROOT
public static final String SIMPLE_ROOT
- See Also:
- Constant Field Values
-
SIMPLE_DELEGATE
public static final String SIMPLE_DELEGATE
- See Also:
- Constant Field Values
-
SIMPLE_SPACE
public static final String SIMPLE_SPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SimpleContext
public SimpleContext(Hashtable env) throws NamingException
- Throws:
NamingException
-
-