软件包 | 描述 |
---|---|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.directory |
延伸到用于访问目录服务提供的功能的
javax.naming包。
|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
javax.naming.ldap |
为提升扩展操作和控制支持。
|
javax.naming.spi |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationException
当访问命名或目录服务时,出现了一个身份验证错误时引发的异常。
|
class |
AuthenticationNotSupportedException
当不支持请求的特定身份验证时引发此异常。
|
class |
CannotProceedException
此异常被抛出,以指示操作无法继续进行任何操作的名称中的一个点。
|
class |
CommunicationException
当客户端无法与目录或命名服务进行通信时,将引发此异常。
|
class |
ConfigurationException
当有一个配置问题时,将引发此异常。
|
class |
ContextNotEmptyException
当试图破坏不为空的上下文时,将引发此异常。
|
class |
InsufficientResourcesException
当资源无法完成所请求的操作时,会引发此异常。
|
class |
InterruptedNamingException
当调用的命名操作被中断时,引发此异常。
|
class |
InvalidNameException
此异常表示指定的名称不符合命名系统的命名语法。
|
class |
LimitExceededException
当一个方法因用户或系统指定的限制而异常终止时引发此异常。
|
class |
LinkException
这个异常用于描述解决链接时遇到的问题。
|
class |
LinkLoopException
当检测到一个循环时,这个异常将试图解决一个链接,或者一个实现链接数的实现特定的限制。
|
class |
MalformedLinkException
这种异常被抛出时,一个畸形的链接是在解决或构建环节遇到。
|
class |
NameAlreadyBoundException
此异常被抛出的方法表示绑定不能被添加,因为名称已绑定到另一个对象。
|
class |
NameNotFoundException
当名称的一个组件不能被解决,因为它不被绑定时,将引发此异常。
|
class |
NamingSecurityException
这是父类抛出的异常安全相关操作的上下文和DirContext接口。
|
class |
NoInitialContextException
当没有初始上下文实现时,可以创建此异常。
|
class |
NoPermissionException
当试图执行客户端没有权限的操作时引发此异常。
|
class |
NotContextException
当一个命名操作指向一个需要继续操作的上下文时,这个异常将被抛出,但解决的对象不是上下文。
|
class |
OperationNotSupportedException
当上下文实现不支持正在调用的操作时,引发此异常。
|
class |
PartialResultException
此异常被抛出表示返回或返回的结果是部分的,并且无法完成操作。
|
class |
ReferralException
这个抽象类是用来表示一个转诊的例外,这是在回应一个转诊如LDAP V3服务器返回的产生。
|
class |
ServiceUnavailableException
当试图与目录或命名服务进行通信时,会引发此异常,而该服务不可用。
|
class |
SizeLimitExceededException
当一个方法产生超过大小相关的限制的结果时,会引发此异常。
|
class |
TimeLimitExceededException
当在指定的时间限制内不终止时,引发此异常。
|
Modifier and Type | Method and Description |
---|---|
Object |
InitialContext.addToEnvironment(String propName, Object propVal) |
Object |
Context.addToEnvironment(String propName, Object propVal)
在这种情况下添加一个新的环境属性。
|
void |
InitialContext.bind(Name name, Object obj) |
void |
Context.bind(Name name, Object obj)
将一个名称绑定到一个对象。
|
void |
InitialContext.bind(String name, Object obj) |
void |
Context.bind(String name, Object obj)
将一个名称绑定到一个对象。
|
void |
InitialContext.close() |
void |
NamingEnumeration.close()
关闭此枚举。
|
void |
Context.close()
关闭此上下文。
|
Name |
InitialContext.composeName(Name name, Name prefix)
在此上下文中与此上下文相关的名称组成此上下文的名称。
|
Name |
Context.composeName(Name name, Name prefix)
在此上下文中与此上下文相关的名称组成此上下文的名称。
|
String |
InitialContext.composeName(String name, String prefix)
在此上下文中与此上下文相关的名称组成此上下文的名称。
|
String |
Context.composeName(String name, String prefix)
在此上下文中与此上下文相关的名称组成此上下文的名称。
|
Context |
InitialContext.createSubcontext(Name name) |
Context |
Context.createSubcontext(Name name)
创建和绑定一个新的上下文。
|
Context |
InitialContext.createSubcontext(String name) |
Context |
Context.createSubcontext(String name)
创建和绑定一个新的上下文。
|
void |
InitialContext.destroySubcontext(Name name) |
void |
Context.destroySubcontext(Name name)
破坏命名的上下文并从命名空间中移除它。
|
void |
InitialContext.destroySubcontext(String name) |
void |
Context.destroySubcontext(String name)
破坏命名的上下文并从命名空间中移除它。
|
static <T> T |
InitialContext.doLookup(Name name)
检索已命名对象的静态方法。
|
static <T> T |
InitialContext.doLookup(String name)
检索已命名对象的静态方法。
|
protected Context |
InitialContext.getDefaultInitCtx()
获取初始上下文的defaultinitctx调用
NamingManager.getInitialContext() 和缓存。
|
Hashtable<?,?> |
InitialContext.getEnvironment() |
Hashtable<?,?> |
Context.getEnvironment()
检索此上下文的效果的环境。
|
String |
LinkRef.getLinkName()
检索此链接的名称。
|
String |
InitialContext.getNameInNamespace() |
String |
Context.getNameInNamespace()
在它自己的命名空间中检索此上下文的完整名称。
|
NameParser |
InitialContext.getNameParser(Name name) |
NameParser |
Context.getNameParser(Name name)
检索与命名上下文关联的语法分析器。
|
NameParser |
InitialContext.getNameParser(String name) |
NameParser |
Context.getNameParser(String name)
检索与命名上下文关联的语法分析器。
|
Reference |
Referenceable.getReference()
检索此对象的引用。
|
abstract Context |
ReferralException.getReferralContext()
检索继续该方法的上下文。
|
abstract Context |
ReferralException.getReferralContext(Hashtable<?,?> env)
检索使用环境属性的方法的上下文。
|
protected Context |
InitialContext.getURLOrDefaultInitCtx(Name name)
为解决
name 上下文检索。
|
protected Context |
InitialContext.getURLOrDefaultInitCtx(String name)
检索解决字符串名称
name 上下文。
|
boolean |
NamingEnumeration.hasMore()
确定枚举中是否有更多的元素。
|
protected void |
InitialContext.init(Hashtable<?,?> environment)
初始化初始上下文使用提供的环境。
|
NamingEnumeration<NameClassPair> |
InitialContext.list(Name name) |
NamingEnumeration<NameClassPair> |
Context.list(Name name)
枚举名称绑定在指定的背景下,随着束缚他们的对象的类的名称。
|
NamingEnumeration<NameClassPair> |
InitialContext.list(String name) |
NamingEnumeration<NameClassPair> |
Context.list(String name)
枚举名称绑定在指定的背景下,随着束缚他们的对象的类的名称。
|
NamingEnumeration<Binding> |
InitialContext.listBindings(Name name) |
NamingEnumeration<Binding> |
Context.listBindings(Name name)
枚举名称绑定在指定的背景下,随着对象绑定到他们。
|
NamingEnumeration<Binding> |
InitialContext.listBindings(String name) |
NamingEnumeration<Binding> |
Context.listBindings(String name)
枚举名称绑定在指定的背景下,随着对象绑定到他们。
|
Object |
InitialContext.lookup(Name name) |
Object |
Context.lookup(Name name)
检索已命名的对象。
|
Object |
InitialContext.lookup(String name) |
Object |
Context.lookup(String name)
检索已命名的对象。
|
Object |
InitialContext.lookupLink(Name name) |
Object |
Context.lookupLink(Name name)
检索已命名的对象,除了名称的终端原子组件以外的下列链接。
|
Object |
InitialContext.lookupLink(String name) |
Object |
Context.lookupLink(String name)
检索已命名的对象,除了名称的终端原子组件以外的下列链接。
|
T |
NamingEnumeration.next()
检索枚举中的下一个元素。
|
Name |
NameParser.parse(String name)
解析一个名字的成分。
|
void |
InitialContext.rebind(Name name, Object obj) |
void |
Context.rebind(Name name, Object obj)
绑定一个名字对象,覆盖任何现有的结合。
|
void |
InitialContext.rebind(String name, Object obj) |
void |
Context.rebind(String name, Object obj)
绑定一个名字对象,覆盖任何现有的结合。
|
Object |
InitialContext.removeFromEnvironment(String propName) |
Object |
Context.removeFromEnvironment(String propName)
从这个上下文的环境中移除环境属性。
|
void |
InitialContext.rename(Name oldName, Name newName) |
void |
Context.rename(Name oldName, Name newName)
绑定了一个新的名字对象绑定到一个古老的名字,和其他老字号。
|
void |
InitialContext.rename(String oldName, String newName) |
void |
Context.rename(String oldName, String newName)
绑定了一个新的名字对象绑定到一个古老的名字,和其他老字号。
|
void |
InitialContext.unbind(Name name) |
void |
Context.unbind(Name name)
其他命名对象。
|
void |
InitialContext.unbind(String name) |
void |
Context.unbind(String name)
其他命名对象。
|
Constructor and Description |
---|
InitialContext()
构建初始上下文。
|
InitialContext(boolean lazy)
构造一个不初始化它的期权初始上下文。
|
InitialContext(Hashtable<?,?> environment)
使用所提供的环境构造初始上下文。
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeInUseException
当一个操作试图添加已存在的属性时,将引发此异常。
|
class |
AttributeModificationException
当尝试添加、删除或修改属性、它的标识符或它的值与属性的(模式)定义或属性的状态发生冲突时,将引发此异常。
|
class |
InvalidAttributeIdentifierException
当试图添加一个试图添加一个无效属性标识符的属性时,会引发此异常。
|
class |
InvalidAttributesException
当试图添加或修改已指定不完全或不正确的属性集时,将引发此异常。
|
class |
InvalidAttributeValueException
当试图添加一个属性,该属性与属性的架构定义冲突时,将引发此类。
|
class |
InvalidSearchControlsException
抛出搜索操作的searchcontrols规格无效时这是例外。
|
class |
InvalidSearchFilterException
当搜索筛选器的规范无效时,将引发此异常。
|
class |
NoSuchAttributeException
当试图访问不存在的属性时,会引发此异常。
|
class |
SchemaViolationException
当某些方法中的方法违反架构时,引发此异常。
|
Modifier and Type | Method and Description |
---|---|
void |
InitialDirContext.bind(Name name, Object obj, Attributes attrs) |
void |
DirContext.bind(Name name, Object obj, Attributes attrs)
将一个名称绑定到一个对象,以及关联的属性。
|
void |
InitialDirContext.bind(String name, Object obj, Attributes attrs) |
void |
DirContext.bind(String name, Object obj, Attributes attrs)
将一个名称绑定到一个对象,以及关联的属性。
|
DirContext |
InitialDirContext.createSubcontext(Name name, Attributes attrs) |
DirContext |
DirContext.createSubcontext(Name name, Attributes attrs)
创建和绑定一个新的上下文,以及相关的属性。
|
DirContext |
InitialDirContext.createSubcontext(String name, Attributes attrs) |
DirContext |
DirContext.createSubcontext(String name, Attributes attrs)
创建和绑定一个新的上下文,以及相关的属性。
|
Object |
Attribute.get()
检索此属性的值的一个。
|
Object |
BasicAttribute.get()
检索此属性的值的一个。
|
Object |
Attribute.get(int ix)
从属性值的有序列表中检索属性值。
|
Object |
BasicAttribute.get(int ix) |
NamingEnumeration<?> |
Attribute.getAll()
检索属性的值的枚举数。
|
NamingEnumeration<?> |
BasicAttribute.getAll()
检索此属性的值的枚举。
|
DirContext |
Attribute.getAttributeDefinition()
检索属性的架构定义。
|
DirContext |
BasicAttribute.getAttributeDefinition()
检索此属性的架构定义。
|
Attributes |
InitialDirContext.getAttributes(Name name) |
Attributes |
DirContext.getAttributes(Name name)
检索与命名对象关联的所有属性。
|
Attributes |
InitialDirContext.getAttributes(Name name, String[] attrIds) |
Attributes |
DirContext.getAttributes(Name name, String[] attrIds)
检索与指定对象关联的选定属性。
|
Attributes |
InitialDirContext.getAttributes(String name) |
Attributes |
DirContext.getAttributes(String name)
检索与命名对象关联的所有属性。
|
Attributes |
InitialDirContext.getAttributes(String name, String[] attrIds) |
Attributes |
DirContext.getAttributes(String name, String[] attrIds)
检索与指定对象关联的选定属性。
|
DirContext |
Attribute.getAttributeSyntaxDefinition()
检索与属性关联的语法定义。
|
DirContext |
BasicAttribute.getAttributeSyntaxDefinition()
检索与此属性关联的语法定义。
|
DirContext |
InitialDirContext.getSchema(Name name) |
DirContext |
DirContext.getSchema(Name name)
检索与命名对象关联的模式。
|
DirContext |
InitialDirContext.getSchema(String name) |
DirContext |
DirContext.getSchema(String name)
检索与命名对象关联的模式。
|
DirContext |
InitialDirContext.getSchemaClassDefinition(Name name) |
DirContext |
DirContext.getSchemaClassDefinition(Name name)
检索包含已命名对象类定义的架构对象的上下文。
|
DirContext |
InitialDirContext.getSchemaClassDefinition(String name) |
DirContext |
DirContext.getSchemaClassDefinition(String name)
检索包含已命名对象类定义的架构对象的上下文。
|
void |
InitialDirContext.modifyAttributes(Name name, int mod_op, Attributes attrs) |
void |
DirContext.modifyAttributes(Name name, int mod_op, Attributes attrs)
修改与命名对象关联的属性。
|
void |
InitialDirContext.modifyAttributes(Name name, ModificationItem[] mods) |
void |
DirContext.modifyAttributes(Name name, ModificationItem[] mods)
使用一个修改的有序列表修改与命名对象关联的属性。
|
void |
InitialDirContext.modifyAttributes(String name, int mod_op, Attributes attrs) |
void |
DirContext.modifyAttributes(String name, int mod_op, Attributes attrs)
修改与命名对象关联的属性。
|
void |
InitialDirContext.modifyAttributes(String name, ModificationItem[] mods) |
void |
DirContext.modifyAttributes(String name, ModificationItem[] mods)
使用一个修改的有序列表修改与命名对象关联的属性。
|
void |
InitialDirContext.rebind(Name name, Object obj, Attributes attrs) |
void |
DirContext.rebind(Name name, Object obj, Attributes attrs)
绑定一个名字对象,以及相关的属性,覆盖任何现有的结合。
|
void |
InitialDirContext.rebind(String name, Object obj, Attributes attrs) |
void |
DirContext.rebind(String name, Object obj, Attributes attrs)
绑定一个名字对象,以及相关的属性,覆盖任何现有的结合。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(Name name, Attributes matchingAttributes) |
NamingEnumeration<SearchResult> |
DirContext.search(Name name, Attributes matchingAttributes)
在包含指定的属性集的对象的单个上下文中搜索。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn) |
NamingEnumeration<SearchResult> |
DirContext.search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
在包含指定的属性集的对象的单个上下文中搜索,并检索选定的属性。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
在满足给定搜索筛选器的条目的指定的上下文或对象中搜索。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(Name name, String filter, SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(Name name, String filter, SearchControls cons)
在满足给定搜索筛选器的条目的指定的上下文或对象中搜索。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(String name, Attributes matchingAttributes) |
NamingEnumeration<SearchResult> |
DirContext.search(String name, Attributes matchingAttributes)
在包含指定的属性集的对象的单个上下文中搜索。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn) |
NamingEnumeration<SearchResult> |
DirContext.search(String name, Attributes matchingAttributes, String[] attributesToReturn)
在包含指定的属性集的对象的单个上下文中搜索,并检索选定的属性。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
在满足给定搜索筛选器的条目的指定的上下文或对象中搜索。
|
NamingEnumeration<SearchResult> |
InitialDirContext.search(String name, String filter, SearchControls cons) |
NamingEnumeration<SearchResult> |
DirContext.search(String name, String filter, SearchControls cons)
在满足给定搜索筛选器的条目的指定的上下文或对象中搜索。
|
Constructor and Description |
---|
InitialDirContext()
构造一个初始DirContext。
|
InitialDirContext(boolean lazy)
构造一个不初始化它的期权初始DirContext。
|
InitialDirContext(Hashtable<?,?> environment)
使用提供的环境构建初始DirContext。
|
Modifier and Type | Method and Description |
---|---|
NamingException |
NamingExceptionEvent.getException()
检索引发的异常。
|
Modifier and Type | Method and Description |
---|---|
void |
EventContext.addNamingListener(Name target, int scope, NamingListener l)
添加一个侦听器,用于接收目标和范围更改标识的对象(S)时发射的命名事件。
|
void |
EventDirContext.addNamingListener(Name target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l)
添加一个监听器接收命名时触发的事件的搜索过滤器和过滤器的参数
filter在对象的目标识别的对象被修改为。
|
void |
EventDirContext.addNamingListener(Name target, String filter, SearchControls ctls, NamingListener l)
添加一个监听器接收命名时触发的事件对象识别的搜索过滤器
filter在对象命名为目标的修改。
|
void |
EventContext.addNamingListener(String target, int scope, NamingListener l)
添加一个侦听器,用于接收由字符串目标名称和范围更改命名的对象时发生的命名事件。
|
void |
EventDirContext.addNamingListener(String target, String filter, Object[] filterArgs, SearchControls ctls, NamingListener l)
添加一个监听器接收命名时触发的事件的搜索过滤器和过滤器的参数
filter在对象的字符串对象命名确定对象的修改。
|
void |
EventDirContext.addNamingListener(String target, String filter, SearchControls ctls, NamingListener l)
添加一个监听器接收命名时触发的事件对象识别的搜索过滤器
filter在对象的字符串对象命名的修改。
|
void |
EventContext.removeNamingListener(NamingListener l)
从接收命名事件被这
EventContext移除侦听器。
|
boolean |
EventContext.targetMustExist()
确定一个侦听器是否可以在不存在的目标中注册兴趣。
|
Constructor and Description |
---|
NamingExceptionEvent(EventContext source, NamingException exc)
构造一个实例的
NamingExceptionEvent使用语境的
NamingException被抛出和异常被抛出。
|
Modifier and Type | Class and Description |
---|---|
class |
LdapReferralException
这个抽象类是用来表示一个LDAP查询的例外。
|
Modifier and Type | Method and Description |
---|---|
NamingException |
UnsolicitedNotification.getException()
使用由服务器发送的信息检索异常。
|
NamingException |
SortResponseControl.getException()
检索适当的结果代码的namingexception。
|
Modifier and Type | Method and Description |
---|---|
ExtendedResponse |
StartTlsRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
创建对应的LDAP STARTTLS扩展请求扩展响应对象。
|
ExtendedResponse |
ExtendedRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
创建对应于此请求的响应对象。
|
ExtendedResponse |
LdapContext.extendedOperation(ExtendedRequest request)
执行扩展操作。
|
ExtendedResponse |
InitialLdapContext.extendedOperation(ExtendedRequest request) |
Control[] |
LdapContext.getConnectControls()
检索此上下文的效果的连接请求控件。
|
Control[] |
InitialLdapContext.getConnectControls() |
abstract Control |
ControlFactory.getControlInstance(Control ctl)
使用此控件工厂创建控件。
|
static Control |
ControlFactory.getControlInstance(Control ctl, Context ctx, Hashtable<?,?> env)
使用已知的控制工厂创建一个控件。
|
Control[] |
HasControls.getControls()
从检索实现该接口的对象
Controls数组。
|
abstract Context |
LdapReferralException.getReferralContext()
检索使用上下文环境和无控件继续使用该方法的上下文。
|
abstract Context |
LdapReferralException.getReferralContext(Hashtable<?,?> env)
检索使用环境属性和没有控件的方法的上下文。
|
abstract Context |
LdapReferralException.getReferralContext(Hashtable<?,?> env, Control[] reqCtls)
检索使用请求控件和环境属性继续使用的方法的上下文。
|
Control[] |
LdapContext.getRequestControls()
检索此上下文的效果的请求控件。
|
Control[] |
InitialLdapContext.getRequestControls() |
Control[] |
LdapContext.getResponseControls()
检索在此上下文中调用的最后一个方法的结果所产生的响应控件。
|
Control[] |
InitialLdapContext.getResponseControls() |
LdapContext |
LdapContext.newInstance(Control[] requestControls)
使用请求控件创建此上下文的一个新实例。
|
LdapContext |
InitialLdapContext.newInstance(Control[] reqCtls) |
void |
LdapContext.reconnect(Control[] connCtls)
重新连接到LDAP服务器使用提供的控件和这方面的环境。
|
void |
InitialLdapContext.reconnect(Control[] connCtls) |
void |
LdapContext.setRequestControls(Control[] requestControls)
设置随后在此上下文中调用的方法的请求控件。
|
void |
InitialLdapContext.setRequestControls(Control[] requestControls) |
Constructor and Description |
---|
InitialLdapContext()
使用没有环境属性或连接请求控件构造一个初始上下文。
|
InitialLdapContext(Hashtable<?,?> environment, Control[] connCtls)
使用环境属性和连接请求控件构造一个初始上下文。
|
Modifier and Type | Method and Description |
---|---|
InitialContextFactory |
InitialContextFactoryBuilder.createInitialContextFactory(Hashtable<?,?> environment)
使用指定的环境创建初始上下文工厂。
|
ObjectFactory |
ObjectFactoryBuilder.createObjectFactory(Object obj, Hashtable<?,?> environment)
使用所提供的环境创建一个新的对象工厂。
|
static Context |
NamingManager.getContinuationContext(CannotProceedException cpe)
创建一个上下文,在该上下文中继续上下文操作。
|
static DirContext |
DirectoryManager.getContinuationDirContext(CannotProceedException cpe)
创建一个背景,继续
DirContext操作。
|
Context |
InitialContextFactory.getInitialContext(Hashtable<?,?> environment)
创建开始名称解析的初始上下文。
|
static Context |
NamingManager.getInitialContext(Hashtable<?,?> env)
使用指定的环境属性创建初始上下文。
|
static Object |
NamingManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
检索绑定的对象的状态。
|
Object |
StateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
检索绑定的对象的状态。
|
static DirStateFactory.Result |
DirectoryManager.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes attrs)
获取给定对象和它的属性时绑定的对象的状态。
|
DirStateFactory.Result |
DirStateFactory.getStateToBind(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment, Attributes inAttrs)
检索要转换的对象和属性的绑定对象的状态。
|
static Context |
NamingManager.getURLContext(String scheme, Hashtable<?,?> environment)
为给定的网址计划的标识创建一个上下文。
|
ResolveResult |
Resolver.resolveToClass(Name name, 类<? extends Context> contextType)
部分解析一个名称。
|
ResolveResult |
Resolver.resolveToClass(String name, 类<? extends Context> contextType)
部分解析一个名称。
|
static void |
NamingManager.setInitialContextFactoryBuilder(InitialContextFactoryBuilder builder)
集initialcontextfactory Builder是建设者。
|
static void |
NamingManager.setObjectFactoryBuilder(ObjectFactoryBuilder builder)
的objectfactorybuilder决定政策时试图加载对象工厂。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.