| 构造器和说明 |
|---|
JavaBeanContext() |
JavaBeanContext(Hashtable hashtable) |
public JavaBeanContext()
public JavaBeanContext(Hashtable hashtable)
public Object lookup(Name name) throws NamingException
lookup 在接口中 ContextNamingExceptionpublic Object lookup(String name) throws NamingException
lookup 在接口中 ContextNamingExceptionpublic void bind(Name name, Object obj) throws NamingException
bind 在接口中 ContextNamingExceptionpublic void bind(String name, Object obj) throws NamingException
bind 在接口中 ContextNamingExceptionpublic void rebind(Name name, Object obj) throws NamingException
rebind 在接口中 ContextNamingExceptionpublic void rebind(String name, Object obj) throws NamingException
rebind 在接口中 ContextNamingExceptionpublic void unbind(Name name) throws NamingException
unbind 在接口中 ContextNamingExceptionpublic void unbind(String name) throws NamingException
unbind 在接口中 ContextNamingExceptionpublic void rename(Name oldName, Name newName) throws NamingException
rename 在接口中 ContextNamingExceptionpublic void rename(String oldName, String newName) throws NamingException
rename 在接口中 ContextNamingExceptionpublic NamingEnumeration<NameClassPair> list(Name name) throws NamingException
list 在接口中 ContextNamingExceptionpublic NamingEnumeration<NameClassPair> list(String name) throws NamingException
list 在接口中 ContextNamingExceptionpublic NamingEnumeration<Binding> listBindings(Name name) throws NamingException
listBindings 在接口中 ContextNamingExceptionpublic NamingEnumeration<Binding> listBindings(String name) throws NamingException
listBindings 在接口中 ContextNamingExceptionpublic void destroySubcontext(Name name) throws NamingException
destroySubcontext 在接口中 ContextNamingExceptionpublic void destroySubcontext(String name) throws NamingException
destroySubcontext 在接口中 ContextNamingExceptionpublic Context createSubcontext(Name name) throws NamingException
createSubcontext 在接口中 ContextNamingExceptionpublic Context createSubcontext(String name) throws NamingException
createSubcontext 在接口中 ContextNamingExceptionpublic Object lookupLink(Name name) throws NamingException
lookupLink 在接口中 ContextNamingExceptionpublic Object lookupLink(String name) throws NamingException
lookupLink 在接口中 ContextNamingExceptionpublic NameParser getNameParser(Name name) throws NamingException
getNameParser 在接口中 ContextNamingExceptionpublic NameParser getNameParser(String name) throws NamingException
getNameParser 在接口中 ContextNamingExceptionpublic Name composeName(Name name, Name prefix) throws NamingException
composeName 在接口中 ContextNamingExceptionpublic String composeName(String name, String prefix) throws NamingException
composeName 在接口中 ContextNamingExceptionpublic Object addToEnvironment(String propName, Object propVal) throws NamingException
addToEnvironment 在接口中 ContextNamingExceptionpublic Object removeFromEnvironment(String propName) throws NamingException
removeFromEnvironment 在接口中 ContextNamingExceptionpublic Hashtable<?,?> getEnvironment() throws NamingException
getEnvironment 在接口中 ContextNamingExceptionpublic void close()
throws NamingException
close 在接口中 ContextNamingExceptionpublic String getNameInNamespace() throws NamingException
getNameInNamespace 在接口中 ContextNamingExceptionpublic void judgeName(Object name) throws NamingException
NamingExceptionCopyright © 2021. All rights reserved.