Package | Description |
---|---|
com.sun.corba.se.impl.naming.cosnaming | |
org.omg.CosNaming |
Provides a naming service for Java IDL.
|
Modifier and Type | Field and Description |
---|---|
Binding |
InternalBindingValue.theBinding |
Constructor and Description |
---|
InternalBindingValue(Binding b,
String o) |
Modifier and Type | Field and Description |
---|---|
Binding[] |
BindingListHolder.value |
Binding |
BindingHolder.value |
Modifier and Type | Method and Description |
---|---|
static Binding[] |
BindingListHelper.extract(Any a) |
static Binding |
BindingHelper.extract(Any a) |
static Binding[] |
BindingListHelper.read(InputStream istream) |
static Binding |
BindingHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
BindingHelper.insert(Any a,
Binding that) |
static void |
BindingListHelper.insert(Any a,
Binding[] that) |
static void |
BindingHelper.write(OutputStream ostream,
Binding value) |
static void |
BindingListHelper.write(OutputStream ostream,
Binding[] value) |
Constructor and Description |
---|
BindingHolder(Binding initialValue) |
BindingListHolder(Binding[] initialValue) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.