软件包 | 描述 |
---|---|
org.omg.CosNaming |
对于java IDL提供命名服务。
|
org.omg.CosNaming.NamingContextPackage |
这个包中包含的
org.omg.CosNaming包的异常类。
|
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)
命名一个对象,这个对象是一个命名上下文。
|
NamingContext |
_NamingContextExtStub.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
NamingContext |
NamingContextOperations.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
NamingContext |
_NamingContextStub.bind_new_context(NameComponent[] n)
此操作创建一个新的上下文,并将其绑定到作为参数提供的名称中。
|
void |
_NamingContextExtStub.bind(NameComponent[] n, Object obj)
在命名上下文中创建一个名称和一个对象的绑定。
|
void |
NamingContextOperations.bind(NameComponent[] n, Object obj)
在命名上下文中创建一个名称和一个对象的绑定。
|
void |
_NamingContextStub.bind(NameComponent[] n, Object obj)
在命名上下文中创建一个名称和一个对象的绑定。
|
Modifier and Type | Field and Description |
---|---|
AlreadyBound |
AlreadyBoundHolder.value |
Modifier and Type | Method and Description |
---|---|
static AlreadyBound |
AlreadyBoundHelper.extract(Any a) |
static AlreadyBound |
AlreadyBoundHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
AlreadyBoundHelper.insert(Any a, AlreadyBound that) |
static void |
AlreadyBoundHelper.write(OutputStream ostream, AlreadyBound value) |
Constructor and Description |
---|
AlreadyBoundHolder(AlreadyBound initialValue) |
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.