软件包 | 描述 |
---|---|
javax.naming |
提供访问命名服务的类和接口。
|
javax.naming.directory |
延伸到用于访问目录服务提供的功能的
javax.naming包。
|
javax.naming.event |
在访问命名和目录服务时提供事件通知的支持。
|
Modifier and Type | Method and Description |
---|---|
NamingEnumeration<Binding> |
InitialContext.listBindings(Name name) |
NamingEnumeration<Binding> |
Context.listBindings(Name name)
枚举名称绑定在指定的背景下,随着对象绑定到他们。
|
NamingEnumeration<Binding> |
InitialContext.listBindings(String name) |
NamingEnumeration<Binding> |
Context.listBindings(String name)
枚举名称绑定在指定的背景下,随着对象绑定到他们。
|
Modifier and Type | Class and Description |
---|---|
class |
SearchResult
这类代表一个项目的namingenumeration由于DirContext()方法返回。
|
Modifier and Type | Field and Description |
---|---|
protected Binding |
NamingEvent.newBinding
包含更改后的对象的信息。
|
protected Binding |
NamingEvent.oldBinding
包含更改之前对象的信息。
|
Modifier and Type | Method and Description |
---|---|
Binding |
NamingEvent.getNewBinding()
检索更改后的对象的绑定。
|
Binding |
NamingEvent.getOldBinding()
在更改之前检索对象的绑定。
|
Constructor and Description |
---|
NamingEvent(EventContext source, int type, Binding newBd, Binding oldBd, Object changeInfo)
构建
NamingEvent实例。
|
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.