|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.mock.jndi.SimpleNamingContext
public class SimpleNamingContext
Simple implementation of a JNDI naming context. Only supports binding plain Objects to String names. Mainly targetted at test environments, but also usable for standalone applications.
This class is not intended for direct usage by applications, although it can be used e.g. to override's JndiTemplate's createInitialContext method in unit tests. Use SimpleNamingContextBuilder to set up a JVM-level JNDI environment.
SimpleNamingContextBuilder
,
JndiTemplate.createInitialContext()
Field Summary |
---|
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 | |
---|---|
SimpleNamingContext()
Create a new naming context. |
|
SimpleNamingContext(String root)
Create a new naming context with the given naming root. |
|
SimpleNamingContext(String root,
Hashtable boundObjects,
Hashtable environment)
Create a new naming context with the given naming root, the given name/object map, and the JNDI environment entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleNamingContext()
public SimpleNamingContext(String root)
public SimpleNamingContext(String root, Hashtable boundObjects, Hashtable environment)
Method Detail |
---|
public NamingEnumeration list(String root) throws NamingException
list
in interface Context
NamingException
public NamingEnumeration listBindings(String root) throws NamingException
listBindings
in interface Context
NamingException
public Object lookup(String pname) throws NameNotFoundException
lookup
in interface Context
NameNotFoundException
- if the object could not be foundpublic Object lookupLink(String name) throws NameNotFoundException
lookupLink
in interface Context
NameNotFoundException
public void bind(String name, Object obj)
bind
in interface Context
SimpleNamingContextBuilder.bind(java.lang.String, java.lang.Object)
public void unbind(String name)
unbind
in interface Context
public void rebind(String name, Object obj)
rebind
in interface Context
public void rename(String oldName, String newName) throws NameNotFoundException
rename
in interface Context
NameNotFoundException
public Context createSubcontext(String name)
createSubcontext
in interface Context
public void destroySubcontext(String name)
destroySubcontext
in interface Context
public Hashtable getEnvironment()
getEnvironment
in interface Context
public Object addToEnvironment(String propName, Object propVal)
addToEnvironment
in interface Context
public Object removeFromEnvironment(String propName)
removeFromEnvironment
in interface Context
public void close()
close
in interface Context
public NamingEnumeration list(Name arg0)
list
in interface Context
public NamingEnumeration listBindings(Name arg0)
listBindings
in interface Context
public Object lookup(Name arg0)
lookup
in interface Context
public Object lookupLink(Name arg0)
lookupLink
in interface Context
public void bind(Name arg0, Object arg1)
bind
in interface Context
public void unbind(Name arg0)
unbind
in interface Context
public void rebind(Name arg0, Object arg1)
rebind
in interface Context
public void rename(Name arg0, Name arg1)
rename
in interface Context
public Context createSubcontext(Name arg0)
createSubcontext
in interface Context
public void destroySubcontext(Name arg0)
destroySubcontext
in interface Context
public String getNameInNamespace()
getNameInNamespace
in interface Context
public NameParser getNameParser(Name arg0)
getNameParser
in interface Context
public NameParser getNameParser(String arg0)
getNameParser
in interface Context
public Name composeName(Name arg0, Name arg1)
composeName
in interface Context
public String composeName(String arg0, String arg1)
composeName
in interface Context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |