Package | Description |
---|---|
org.jacorb.ir | |
org.jacorb.orb | |
org.omg.CORBA | |
org.omg.CORBA_2_3.portable |
Modifier and Type | Method and Description |
---|---|
static BoxedValueHelper |
RepositoryID.createBoxedValueHelper(String repId,
ClassLoader loader)
Creates a BoxedValueHelper instance for a given repository ID.
|
Modifier and Type | Method and Description |
---|---|
BoxedValueHelper |
ORB.getBoxedValueHelper(String repId)
Returns a BoxedValueHelper for the type specified by repId, or
null if no such BoxedValueHelper can be found.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
CDRInputStream.read_value(BoxedValueHelper factory)
Overrides read_value(factory) in
org.omg.CORBA_2_3.portable.InputStream
|
void |
CDROutputStream.write_value(Serializable value,
BoxedValueHelper factory) |
Modifier and Type | Class and Description |
---|---|
class |
StringValueHelper |
class |
WStringValueHelper |
Modifier and Type | Method and Description |
---|---|
Serializable |
CustomInputStream.read_value(BoxedValueHelper helper) |
void |
CustomOutputStream.write_value(Serializable value,
BoxedValueHelper helper) |
Modifier and Type | Method and Description |
---|---|
Serializable |
InputStream.read_value(BoxedValueHelper factory) |
void |
OutputStream.write_value(Serializable value,
BoxedValueHelper factory) |
Copyright © 2017 JacORB. All rights reserved.