软件包 | 描述 |
---|---|
org.omg.CosNaming |
对于java IDL提供命名服务。
|
org.omg.CosNaming.NamingContextPackage |
这个包中包含的
org.omg.CosNaming包的异常类。
|
Modifier and Type | Interface and Description |
---|---|
interface |
NamingContextExt
NamingContextExt 是
NamingContext 包含一组名字的绑定中的每个名字都是独特的,是可互操作的命名服务部分的延伸。
|
Modifier and Type | Class and Description |
---|---|
class |
_NamingContextExtStub
NamingContextExt 是
NamingContext 包含一组名字的绑定中的每个名字都是独特的,是可互操作的命名服务部分的延伸。
|
class |
_NamingContextImplBase |
class |
_NamingContextStub
一个命名上下文是一个对象,它包含一组名称绑定,其中每个名称都是唯一的。
|
Modifier and Type | Field and Description |
---|---|
NamingContext |
NamingContextHolder.value |
Modifier and Type | Method and Description |
---|---|
NamingContext |
NamingContextPOA._this() |
NamingContext |
NamingContextPOA._this(ORB orb) |
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
static NamingContext |
NamingContextHelper.extract(Any a) |
static NamingContext |
NamingContextHelper.narrow(Object obj) |
NamingContext |
_NamingContextExtStub.new_context()
此操作返回由同一个命名服务器实现的命名上下文,作为调用该操作的上下文。
|
NamingContext |
NamingContextOperations.new_context()
此操作返回由同一个命名服务器实现的命名上下文,作为调用该操作的上下文。
|
NamingContext |
_NamingContextStub.new_context()
此操作返回由同一个命名服务器实现的命名上下文,作为调用该操作的上下文。
|
static NamingContext |
NamingContextHelper.read(InputStream istream) |
static NamingContext |
NamingContextHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
_NamingContextExtStub.bind_context(NameComponent[] n, NamingContext nc)
命名一个对象,这个对象是一个命名上下文。
|
void |
NamingContextOperations.bind_context(NameComponent[] n, NamingContext nc)
命名一个对象,这个对象是一个命名上下文。
|
void |
_NamingContextStub.bind_context(NameComponent[] n, NamingContext nc)
命名一个对象,这个对象是一个命名上下文。
|
static void |
NamingContextHelper.insert(Any a, NamingContext that) |
void |
_NamingContextExtStub.rebind_context(NameComponent[] n, NamingContext nc)
在命名上下文中创建一个绑定的名称和一个命名上下文,即使名称已在上下文中绑定了。
|
void |
NamingContextOperations.rebind_context(NameComponent[] n, NamingContext nc)
在命名上下文中创建一个绑定的名称和一个命名上下文,即使名称已在上下文中绑定了。
|
void |
_NamingContextStub.rebind_context(NameComponent[] n, NamingContext nc)
在命名上下文中创建一个绑定的名称和一个命名上下文,即使名称已在上下文中绑定了。
|
static void |
NamingContextHelper.write(OutputStream ostream, NamingContext value) |
Constructor and Description |
---|
NamingContextHolder(NamingContext initialValue) |
Modifier and Type | Field and Description |
---|---|
NamingContext |
CannotProceed.cxt |
Constructor and Description |
---|
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name) |
CannotProceed(String $reason, NamingContext _cxt, NameComponent[] _rest_of_name) |
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.