软件包 | 描述 |
---|---|
javax.naming |
提供访问命名服务的类和接口。
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryRefAddr
这类代表一个通信端点地址的二进制形式。
|
class |
StringRefAddr
这类代表一个通信端点地址的字符串形式。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<RefAddr> |
Reference.addrs
包含此引用中包含的地址。
|
Modifier and Type | Method and Description |
---|---|
RefAddr |
Reference.get(int posn)
在索引中检索输入的地址。
|
RefAddr |
Reference.get(String addrType)
获取第一个地址,地址类型的addrtype”。
|
Modifier and Type | Method and Description |
---|---|
Enumeration<RefAddr> |
Reference.getAll()
检索此引用中的地址的枚举数。
|
Modifier and Type | Method and Description |
---|---|
void |
Reference.add(int posn, RefAddr addr)
添加一个地址到地址列表索引位置。
|
void |
Reference.add(RefAddr addr)
在地址列表的结尾添加一个地址。
|
Constructor and Description |
---|
Reference(String className, RefAddr addr)
构建与类的名字“类名”和一个地址的对象的一个新的参考。
|
Reference(String className, RefAddr addr, String factory, String factoryLocation)
构建与类的名字“类名”的对象,一个新的参考,班级名称和对象的工厂位置,并对对象的地址。
|
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.