org.omg.CosNaming.NamingContextPackage

Class AlreadyBoundHelper

public class AlreadyBoundHelper extends Object

Helper class for : AlreadyBound

Author: OpenORB Compiler

Method Summary
static AlreadyBoundextract(Any a)
Extract AlreadyBound from an any
static Stringid()
Return the AlreadyBound IDL ID
static voidinsert(Any a, AlreadyBound t)
Insert AlreadyBound into an any
static AlreadyBoundread(InputStream istream)
Read AlreadyBound from a marshalled stream
static TypeCodetype()
Return the AlreadyBound TypeCode
static voidwrite(OutputStream ostream, AlreadyBound value)
Write AlreadyBound into a marshalled stream

Method Detail

extract

public static AlreadyBound extract(Any a)
Extract AlreadyBound from an any

Parameters: a an any

Returns: the extracted AlreadyBound value

id

public static String id()
Return the AlreadyBound IDL ID

Returns: an ID

insert

public static void insert(Any a, AlreadyBound t)
Insert AlreadyBound into an any

Parameters: a an any t AlreadyBound value

read

public static AlreadyBound read(InputStream istream)
Read AlreadyBound from a marshalled stream

Parameters: istream the input stream

Returns: the readed AlreadyBound value

type

public static TypeCode type()
Return the AlreadyBound TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, AlreadyBound value)
Write AlreadyBound into a marshalled stream

Parameters: ostream the output stream value AlreadyBound value