Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E F I M N O P R S T U V W _

C

CodeSets - interface org.omg.IOP.CodeSets.
Holds the integer identifier of the CodeSets context.
Codec - interface org.omg.IOP.Codec.
Codec provides means to encode IDL data types into the byte arrays.
CodecFactory - interface org.omg.IOP.CodecFactory.
The CodecFactory is used to obtaind Codec for the given encoding.
CodecFactoryHelper - class org.omg.IOP.CodecFactoryHelper.
The helper operations for the CORBA object CodecFactory.
CodecFactoryHelper() - Constructor for class org.omg.IOP.CodecFactoryHelper
 
CodecFactoryOperations - interface org.omg.IOP.CodecFactoryOperations.
Defines the operations, applicable to the CodecFactory.
CodecOperations - interface org.omg.IOP.CodecOperations.
Defines the operations, applicable to the Codec.
ComponentIdHelper - class org.omg.IOP.ComponentIdHelper.
A helper operations for th Component id.
ComponentIdHelper() - Constructor for class org.omg.IOP.ComponentIdHelper
 
component_data - Variable in class org.omg.IOP.TaggedComponent
The tag component data.
context_data - Variable in class org.omg.IOP.ServiceContext
The context_data.
context_id - Variable in class org.omg.IOP.ServiceContext
The context id (for instance, 0x1 for code sets context).
create_codec(Encoding) - Method in interface org.omg.IOP.CodecFactoryOperations
Create Codec for the given encoding.

D

decode(byte[]) - Method in interface org.omg.IOP.CodecOperations
Decode the given array of bytes and return the decoded value, inserted into org.omg.CORBA.Any.
decode_value(byte[], TypeCode) - Method in interface org.omg.IOP.CodecOperations
Decode the given array of bytes, supposing that they contain the given data structure, and return the decoded value.

E

ENCODING_CDR_ENCAPS - interface org.omg.IOP.ENCODING_CDR_ENCAPS.
Holds an integer identifier of the ENCODING_CDR_ENCAPS encoding.
Encoding - class org.omg.IOP.Encoding.
Defines the encoding format of the Codec, including the major and minor version numbers.
Encoding() - Constructor for class org.omg.IOP.Encoding
Create the unitialised instance.
Encoding(short, byte, byte) - Constructor for class org.omg.IOP.Encoding
Create the instance, initialising field to the passed values.
ExceptionDetailMessage - interface org.omg.IOP.ExceptionDetailMessage.
Defines the ExceptionDetailMessage (= 14) service context.
encode(Any) - Method in interface org.omg.IOP.CodecOperations
Encode the value, stored inside the given org.omg.CORBA.Any, into array of bytes.
encode_value(Any) - Method in interface org.omg.IOP.CodecOperations
Encode the value (without the typecode), stored in the passed org.omg.CORBA.Any, into the given byte array.
extract(Any) - Static method in class org.omg.IOP.CodecFactoryHelper
Extract the CodecFactory from given Any.
extract(Any) - Static method in class org.omg.IOP.ComponentIdHelper
Extract the int from given Any.
extract(Any) - Static method in class org.omg.IOP.IORHelper
Extract the IOR from given Any.
extract(Any) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Extract the MultipleComponentProfile from given Any.
extract(Any) - Static method in class org.omg.IOP.ProfileIdHelper
Extract the int from given Any.
extract(Any) - Static method in class org.omg.IOP.ServiceContextHelper
Extract the ServiceContext from given Any.
extract(Any) - Static method in class org.omg.IOP.ServiceContextListHelper
Extract the ServiceContext[] from given Any.
extract(Any) - Static method in class org.omg.IOP.ServiceIdHelper
Extract the int from given Any.
extract(Any) - Static method in class org.omg.IOP.TaggedComponentHelper
Extract the TaggedComponent from given Any.
extract(Any) - Static method in class org.omg.IOP.TaggedProfileHelper
Extract the TaggedProfile from given Any.

F

format - Variable in class org.omg.IOP.Encoding
The format of encoding.

I

IOR - class org.omg.IOP.IOR.
The object IOR contains sufficient information for finding local or remote CORBA object.
IOR() - Constructor for class org.omg.IOP.IOR
Create an unitialised instance of IOR profile.
IOR(String, TaggedProfile[]) - Constructor for class org.omg.IOP.IOR
Create the IOR, initialised with the passed data.
IORHelper - class org.omg.IOP.IORHelper.
A helper operations for the structure IOR.
IORHelper() - Constructor for class org.omg.IOP.IORHelper
 
IORHolder - class org.omg.IOP.IORHolder.
A holder for the IOR.
IORHolder() - Constructor for class org.omg.IOP.IORHolder
Create the unitialised instance, leaving the value field with default null value.
IORHolder(IOR) - Constructor for class org.omg.IOP.IORHolder
Create the initialised instance.
id() - Static method in class org.omg.IOP.CodecFactoryHelper
Get the CodecFactory repository id.
id() - Static method in class org.omg.IOP.ComponentIdHelper
Get the int repository id.
id() - Static method in class org.omg.IOP.IORHelper
Get the IOR repository id.
id() - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Get the MultipleComponentProfile repository id.
id() - Static method in class org.omg.IOP.ProfileIdHelper
Get the int repository id.
id() - Static method in class org.omg.IOP.ServiceContextHelper
Get the ServiceContext repository id.
id() - Static method in class org.omg.IOP.ServiceContextListHelper
Get the ServiceContext[] repository id.
id() - Static method in class org.omg.IOP.ServiceIdHelper
Get the int repository id.
id() - Static method in class org.omg.IOP.TaggedComponentHelper
Get the TaggedComponent repository id.
id() - Static method in class org.omg.IOP.TaggedProfileHelper
Get the TaggedProfile repository id.
insert(Any, CodecFactory) - Static method in class org.omg.IOP.CodecFactoryHelper
Insert the CodecFactory into the given Any.
insert(Any, int) - Static method in class org.omg.IOP.ComponentIdHelper
Insert the int into the given Any.
insert(Any, IOR) - Static method in class org.omg.IOP.IORHelper
Insert the IOR into the given Any.
insert(Any, TaggedComponent[]) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Insert the MultipleComponentProfile into the given Any.
insert(Any, int) - Static method in class org.omg.IOP.ProfileIdHelper
Insert the int into the given Any.
insert(Any, ServiceContext) - Static method in class org.omg.IOP.ServiceContextHelper
Insert the ServiceContext into the given Any.
insert(Any, ServiceContext[]) - Static method in class org.omg.IOP.ServiceContextListHelper
Insert the ServiceContext[] into the given Any.
insert(Any, int) - Static method in class org.omg.IOP.ServiceIdHelper
Insert the int into the given Any.
insert(Any, TaggedComponent) - Static method in class org.omg.IOP.TaggedComponentHelper
Insert the TaggedComponent into the given Any.
insert(Any, TaggedProfile) - Static method in class org.omg.IOP.TaggedProfileHelper
Insert the TaggedProfile into the given Any.

M

MultipleComponentProfileHelper - class org.omg.IOP.MultipleComponentProfileHelper.
A helper operations for the array of TaggedComponent (MultipleComponentProfile).
MultipleComponentProfileHelper() - Constructor for class org.omg.IOP.MultipleComponentProfileHelper
 
MultipleComponentProfileHolder - class org.omg.IOP.MultipleComponentProfileHolder.
A holder for the sequence of TaggedComponent (MultipleComponentProfileHelper).
MultipleComponentProfileHolder() - Constructor for class org.omg.IOP.MultipleComponentProfileHolder
Create the unitialised instance, leaving the value array with default null value.
MultipleComponentProfileHolder(TaggedComponent[]) - Constructor for class org.omg.IOP.MultipleComponentProfileHolder
Create the initialised instance.
major_version - Variable in class org.omg.IOP.Encoding
The major version number of this encoding format.
minor_version - Variable in class org.omg.IOP.Encoding
The minor version number of this encoding format.

N

narrow(Object) - Static method in class org.omg.IOP.CodecFactoryHelper
Cast the passed object into the CodecFactory.

O

org.omg.IOP - package org.omg.IOP
 

P

ProfileIdHelper - class org.omg.IOP.ProfileIdHelper.
A helper operations for th Profile id.
ProfileIdHelper() - Constructor for class org.omg.IOP.ProfileIdHelper
 
profile_data - Variable in class org.omg.IOP.TaggedProfile
The profile_data, represented here in the form of the array of bytes.
profiles - Variable in class org.omg.IOP.IOR
The profiles, associated with this IOR reference.

R

RMICustomMaxStreamFormat - interface org.omg.IOP.RMICustomMaxStreamFormat.
A single constant interface, defining the RMICustomMaxStreamFormat (= 17) service context.
read(InputStream) - Static method in class org.omg.IOP.CodecFactoryHelper
This should read the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
read(InputStream) - Static method in class org.omg.IOP.ComponentIdHelper
Read the ComponentId from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.IORHelper
Read the structure from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Read the sequence from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.ProfileIdHelper
Read the ProfileId from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.ServiceContextHelper
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence).
read(InputStream) - Static method in class org.omg.IOP.ServiceContextListHelper
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence.
read(InputStream) - Static method in class org.omg.IOP.ServiceIdHelper
Read the ServiceId from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.TaggedComponentHelper
Read the structure from the CDR intput stream.
read(InputStream) - Static method in class org.omg.IOP.TaggedProfileHelper
Read the structure from the CDR intput stream.

S

ServiceContext - class org.omg.IOP.ServiceContext.
The ServiceContext structure contains the service data, being passed in the CORBA message.
ServiceContext() - Constructor for class org.omg.IOP.ServiceContext
Create the unitialised instance, assigning to the all fields java default values.
ServiceContext(int, byte[]) - Constructor for class org.omg.IOP.ServiceContext
Create the instance, initialising the fields to the given values.
ServiceContextHelper - class org.omg.IOP.ServiceContextHelper.
A helper operations for the structure ServiceContext.
ServiceContextHelper() - Constructor for class org.omg.IOP.ServiceContextHelper
 
ServiceContextHolder - class org.omg.IOP.ServiceContextHolder.
A holder for the structure ServiceContext.
ServiceContextHolder() - Constructor for class org.omg.IOP.ServiceContextHolder
Create the unitialised instance, leaving the value field with default null value.
ServiceContextHolder(ServiceContext) - Constructor for class org.omg.IOP.ServiceContextHolder
Create the initialised instance.
ServiceContextListHelper - class org.omg.IOP.ServiceContextListHelper.
The helper operations for the CORBA object ServiceContext[].
ServiceContextListHelper() - Constructor for class org.omg.IOP.ServiceContextListHelper
 
ServiceContextListHolder - class org.omg.IOP.ServiceContextListHolder.
A holder for the sequence of the ServiceContexts.
ServiceContextListHolder() - Constructor for class org.omg.IOP.ServiceContextListHolder
Create the unitialised instance, leaving the value field with default null value.
ServiceContextListHolder(ServiceContext[]) - Constructor for class org.omg.IOP.ServiceContextListHolder
Create the initialised instance.
ServiceIdHelper - class org.omg.IOP.ServiceIdHelper.
A helper operations for a context service id.
ServiceIdHelper() - Constructor for class org.omg.IOP.ServiceIdHelper
 
serialVersionUID - Static variable in class org.omg.IOP.Encoding
Use serialVersionUID (v1.4) for interoperability.
serialVersionUID - Static variable in class org.omg.IOP.IOR
Use serialVersionUID (v1.4) for interoperability.
serialVersionUID - Static variable in class org.omg.IOP.ServiceContext
Use serialVersionUID (v1.4) for interoperability.
serialVersionUID - Static variable in class org.omg.IOP.TaggedComponent
Use serialVersionUID (v1.4) for interoperability.
serialVersionUID - Static variable in class org.omg.IOP.TaggedProfile
Use serialVersionUID (v1.4) for interoperability.

T

TAG_ALTERNATE_IIOP_ADDRESS - interface org.omg.IOP.TAG_ALTERNATE_IIOP_ADDRESS.
Holds an integer constant of the TAG_ALTERNATE_IIOP_ADDRESS Component that may occur zero or more times in the Internet of Multiple components profile.
TAG_CODE_SETS - interface org.omg.IOP.TAG_CODE_SETS.
Holds the integer identifier of the code sets profile.
TAG_INTERNET_IOP - interface org.omg.IOP.TAG_INTERNET_IOP.
Holds the integer identifier of the internet profile.
TAG_JAVA_CODEBASE - interface org.omg.IOP.TAG_JAVA_CODEBASE.
Holds an integer identifier of the TAG_JAVA_CODEBASE profile.
TAG_MULTIPLE_COMPONENTS - interface org.omg.IOP.TAG_MULTIPLE_COMPONENTS.
Holds the integer identifier of the multiple components profile.
TAG_ORB_TYPE - interface org.omg.IOP.TAG_ORB_TYPE.
Holds an integer constant of the TAG_ORB_TYPE Component that defines the kind or CORBA implementation of ORB the reference is comming from.
TAG_POLICIES - interface org.omg.IOP.TAG_POLICIES.
An integer identifier for the TAG_POLICIES component.
TAG_RMI_CUSTOM_MAX_STREAM_FORMAT - interface org.omg.IOP.TAG_RMI_CUSTOM_MAX_STREAM_FORMAT.
A single constant interface, defining the TAG_RMI_CUSTOM_MAX_STREAM_FORMAT (= 38) tagged component.
TaggedComponent - class org.omg.IOP.TaggedComponent.
The tagged component in a part of the TaggedProfile.
TaggedComponent() - Constructor for class org.omg.IOP.TaggedComponent
Create the unitialised instance, assigning to the all fields java default values.
TaggedComponent(int, byte[]) - Constructor for class org.omg.IOP.TaggedComponent
Create the instance, initialising the fields to the given values.
TaggedComponentHelper - class org.omg.IOP.TaggedComponentHelper.
A helper operations for the TaggedComponent.
TaggedComponentHelper() - Constructor for class org.omg.IOP.TaggedComponentHelper
 
TaggedComponentHolder - class org.omg.IOP.TaggedComponentHolder.
A holder for the structure TaggedComponent.
TaggedComponentHolder() - Constructor for class org.omg.IOP.TaggedComponentHolder
Create the unitialised instance, leaving the value field with default null value.
TaggedComponentHolder(TaggedComponent) - Constructor for class org.omg.IOP.TaggedComponentHolder
Create the initialised instance.
TaggedProfile - class org.omg.IOP.TaggedProfile.
The TaggedProfile if part of the IOR, defining a single specific aspect of the object related information.
TaggedProfile() - Constructor for class org.omg.IOP.TaggedProfile
Create the unitialised instance, assigning to the all fields java default values.
TaggedProfile(int, byte[]) - Constructor for class org.omg.IOP.TaggedProfile
Create the instance, initialising the fields to the given values.
TaggedProfileHelper - class org.omg.IOP.TaggedProfileHelper.
A helper operations for the structure TaggedProfile.
TaggedProfileHelper() - Constructor for class org.omg.IOP.TaggedProfileHelper
 
TaggedProfileHolder - class org.omg.IOP.TaggedProfileHolder.
A holder for the structure TaggedProfile.
TaggedProfileHolder() - Constructor for class org.omg.IOP.TaggedProfileHolder
Create the unitialised instance, leaving the value field with default null value.
TaggedProfileHolder(TaggedProfile) - Constructor for class org.omg.IOP.TaggedProfileHolder
Create the initialised instance.
TransactionService - interface org.omg.IOP.TransactionService.
Holds the integer identifier of the TransactionService context.
tag - Variable in class org.omg.IOP.TaggedComponent
The integer tag identifier, for instance, TAG_CODE_SETS.value.
tag - Variable in class org.omg.IOP.TaggedProfile
The integer tag identifier, typically one of TAG_INTERNET_IOP.value or TAG_MULTIPLE_COMPONENTS.value.
type() - Static method in class org.omg.IOP.CodecFactoryHelper
Get the type code of the CodecFactory.
type() - Static method in class org.omg.IOP.ComponentIdHelper
Create the ComponentId typecode (alias of CORBA ulong, named "ComponentId".
type() - Static method in class org.omg.IOP.IORHelper
Create the IOR typecode (structure, named "IOR").
type() - Static method in class org.omg.IOP.MultipleComponentProfileHelper
 
type() - Static method in class org.omg.IOP.ProfileIdHelper
Create the ProfileId typecode (alias of CORBA ulong, named "ProfileId".
type() - Static method in class org.omg.IOP.ServiceContextHelper
Create the ServiceContext typecode (structure, named "ServiceContext").
type() - Static method in class org.omg.IOP.ServiceContextListHelper
Get the type code of the ServiceContext[].
type() - Static method in class org.omg.IOP.ServiceIdHelper
Create the ServiceId typecode (alias of CORBA ulong, named "ServiceId".
type() - Static method in class org.omg.IOP.TaggedComponentHelper
Create the TaggedComponent typecode (structure, named "TaggedComponent").
type() - Static method in class org.omg.IOP.TaggedProfileHelper
Create the TaggedProfile typecode (structure, named "TaggedProfile").
typeCode - Static variable in class org.omg.IOP.CodecFactoryHelper
The cached CodecFactory typecode, computed once.
typeCode - Static variable in class org.omg.IOP.IORHelper
The cached typecode value, computed only once.
typeCode - Static variable in class org.omg.IOP.MultipleComponentProfileHelper
The cached typecode value, computed only once.
typeCode - Static variable in class org.omg.IOP.ServiceContextHelper
The cached typecode value, computed only once.
typeCode - Static variable in class org.omg.IOP.ServiceContextListHelper
The cached ServiceContext[] typecode, computed once.
typeCode - Static variable in class org.omg.IOP.TaggedComponentHelper
The cached typecode value, computed only once.
typeCode - Static variable in class org.omg.IOP.TaggedProfileHelper
The cached typecode value, computed only once.
type_id - Variable in class org.omg.IOP.IOR
The object repository Id.

U

UNSUPPORTED - Static variable in class org.omg.IOP.CodecFactoryHelper
 
unchecked_narrow(Object) - Static method in class org.omg.IOP.CodecFactoryHelper
Narrow the given object to the CodecFactory.

V

value - Static variable in interface org.omg.IOP.CodeSets
Specifies the CodeSets value, 1.
value - Static variable in interface org.omg.IOP.ENCODING_CDR_ENCAPS
Specifies the ENCODING_CDR_ENCAPS encoding, value 0.
value - Static variable in interface org.omg.IOP.ExceptionDetailMessage
Specifies the ExceptionDetailMessage value, 14.
value - Variable in class org.omg.IOP.IORHolder
The stored IOR value.
value - Variable in class org.omg.IOP.MultipleComponentProfileHolder
The stored array of TaggedComponent.
value - Static variable in interface org.omg.IOP.RMICustomMaxStreamFormat
Specifies the RMICustomMaxStreamFormat value, 17.
value - Variable in class org.omg.IOP.ServiceContextHolder
The stored ServiceContext value.
value - Variable in class org.omg.IOP.ServiceContextListHolder
The stored ServiceContext[] value.
value - Static variable in interface org.omg.IOP.TAG_ALTERNATE_IIOP_ADDRESS
Specifies the TAG_ALTERNATE_IIOP_ADDRESS value, 3.
value - Static variable in interface org.omg.IOP.TAG_CODE_SETS
Specifies the TAG_CODE_SETS value, 1.
value - Static variable in interface org.omg.IOP.TAG_INTERNET_IOP
Specifies the TAG_INTERNET_IOP value, 0.
value - Static variable in interface org.omg.IOP.TAG_JAVA_CODEBASE
Specifies the TAG_JAVA_CODEBASE value, 25.
value - Static variable in interface org.omg.IOP.TAG_MULTIPLE_COMPONENTS
Specifies the TAG_MULTIPLE_COMPONENTS value, 1.
value - Static variable in interface org.omg.IOP.TAG_ORB_TYPE
Specifies the TAG_ORB_TYPE value, 0.
value - Static variable in interface org.omg.IOP.TAG_POLICIES
Specifies the TAG_POLICIES value, 2.
value - Static variable in interface org.omg.IOP.TAG_RMI_CUSTOM_MAX_STREAM_FORMAT
Specifies the TAG_RMI_CUSTOM_MAX_STREAM_FORMAT value, 38.
value - Variable in class org.omg.IOP.TaggedComponentHolder
The stored TaggedComponent value.
value - Variable in class org.omg.IOP.TaggedProfileHolder
The stored TaggedProfile value.
value - Static variable in interface org.omg.IOP.TransactionService
Specifies the TransactionService value, 0.

W

write(OutputStream, CodecFactory) - Static method in class org.omg.IOP.CodecFactoryHelper
This should write the CodecFactory from the CDR intput stream, but this is not possible as CodecFactory is a local object.
write(OutputStream, int) - Static method in class org.omg.IOP.ComponentIdHelper
Write the ComponentId to the CDR output stream (as int).
write(OutputStream, IOR) - Static method in class org.omg.IOP.IORHelper
Write the structure to the CDR output stream.
write(OutputStream, TaggedComponent[]) - Static method in class org.omg.IOP.MultipleComponentProfileHelper
Write the structure to the CDR output stream.
write(OutputStream, int) - Static method in class org.omg.IOP.ProfileIdHelper
Write the ProfileId to the CDR output stream.
write(OutputStream, ServiceContext) - Static method in class org.omg.IOP.ServiceContextHelper
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence).
write(OutputStream, ServiceContext[]) - Static method in class org.omg.IOP.ServiceContextListHelper
Write the ServiceContext[] to the CDR output stream as a flexible length sequence.
write(OutputStream, int) - Static method in class org.omg.IOP.ServiceIdHelper
Write the ServiceId to the CDR output stream.
write(OutputStream, TaggedComponent) - Static method in class org.omg.IOP.TaggedComponentHelper
Write the structure to the CDR output stream.
write(OutputStream, TaggedProfile) - Static method in class org.omg.IOP.TaggedProfileHelper
Write the structure to the CDR output stream.

_

_read(InputStream) - Method in class org.omg.IOP.IORHolder
Fill in the IORHolder.value 55 by data from the CDR stream.
_read(InputStream) - Method in class org.omg.IOP.MultipleComponentProfileHolder
Read the MultipleComponentProfileHolder.value 55 array from the CDR stream.
_read(InputStream) - Method in class org.omg.IOP.ServiceContextHolder
Fill in the ServiceContextHolder.value 55 by data from the CDR stream.
_read(InputStream) - Method in class org.omg.IOP.ServiceContextListHolder
Fill in the ServiceContextListHolder.value 55 by data from the CDR stream.
_read(InputStream) - Method in class org.omg.IOP.TaggedComponentHolder
Fill in the TaggedComponentHolder.value 55 by data from the CDR stream.
_read(InputStream) - Method in class org.omg.IOP.TaggedProfileHolder
Fill in the TaggedProfileHolder.value 55 by data from the CDR stream.
_type() - Method in class org.omg.IOP.IORHolder
Get the typecode of the IOR.
_type() - Method in class org.omg.IOP.MultipleComponentProfileHolder
Get the typecode of the TaggedComponent.
_type() - Method in class org.omg.IOP.ServiceContextHolder
Get the typecode of the ServiceContext.
_type() - Method in class org.omg.IOP.ServiceContextListHolder
Get the typecode of the ServiceContext[].
_type() - Method in class org.omg.IOP.TaggedComponentHolder
Get the typecode of the TaggedComponent.
_type() - Method in class org.omg.IOP.TaggedProfileHolder
Get the typecode of the TaggedProfile.
_write(OutputStream) - Method in class org.omg.IOP.IORHolder
Write the stored value into the CDR stream.
_write(OutputStream) - Method in class org.omg.IOP.MultipleComponentProfileHolder
Write the stored value into the CDR stream.
_write(OutputStream) - Method in class org.omg.IOP.ServiceContextHolder
Write the stored value into the CDR stream.
_write(OutputStream) - Method in class org.omg.IOP.ServiceContextListHolder
Write the stored value into the CDR stream.
_write(OutputStream) - Method in class org.omg.IOP.TaggedComponentHolder
Write the stored value into the CDR stream.
_write(OutputStream) - Method in class org.omg.IOP.TaggedProfileHolder
Write the stored value into the CDR stream.

C D E F I M N O P R S T U V W _