org.omg.CosNaming.NamingContextPackage

Class AlreadyBoundHolder

public final class AlreadyBoundHolder extends Object implements Streamable

Holder class for : AlreadyBound

Author: OpenORB Compiler

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

Field Detail

value

public AlreadyBound value
Internal AlreadyBound value

Constructor Detail

AlreadyBoundHolder

public AlreadyBoundHolder()
Default constructor

AlreadyBoundHolder

public AlreadyBoundHolder(AlreadyBound initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the AlreadyBound TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream