org.omg.CosNaming

Class BindingTypeHolder

public final class BindingTypeHolder extends Object implements Streamable

Holder class for : BindingType

Author: OpenORB Compiler

Field Summary
BindingTypevalue
Internal BindingType value
Constructor Summary
BindingTypeHolder()
Default constructor
BindingTypeHolder(BindingType initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read BindingType from a marshalled stream
TypeCode_type()
Return the BindingType TypeCode
void_write(OutputStream ostream)
Write BindingType into a marshalled stream

Field Detail

value

public BindingType value
Internal BindingType value

Constructor Detail

BindingTypeHolder

public BindingTypeHolder()
Default constructor

BindingTypeHolder

public BindingTypeHolder(BindingType initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read BindingType from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the BindingType TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write BindingType into a marshalled stream

Parameters: ostream the output stream