org.openorb.ots

Class ConnectionHandleHelper

public class ConnectionHandleHelper extends Object

Helper class for : ConnectionHandle

Author: OpenORB Compiler

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

Method Detail

extract

public static Connection extract(Any a)
Extract ConnectionHandle from an any

Parameters: a an any

Returns: the extracted ConnectionHandle value

id

public static String id()
Return the ConnectionHandle IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConnectionHandle value

read

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

Parameters: istream the input stream

Returns: the readed ConnectionHandle value

type

public static TypeCode type()
Return the ConnectionHandle TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConnectionHandle value