public interface Referenceable
A Reference表示一种记录关于自身不直接绑定到命名系统的对象的地址信息的方式。 这样的对象可以实现“可引用”接口,作为使用该对象确定其“引用”是什么的程序的一种方式。 例如,绑定对象时,如果一个对象实现了可引用的接口,那么可以在该对象上调用getReference()来获取其引用用于绑定。
Modifier and Type | Method and Description |
---|---|
Reference |
getReference()
检索此对象的引用。
|
Reference getReference() throws NamingException
NamingException
- If a naming exception was encountered while retrieving the reference.
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.