org.omg.CosTrading

Class LinkHelper

public class LinkHelper extends Object

Helper class for : Link

Author: OpenORB Compiler

Method Summary
static Linkextract(Any a)
Extract Link from an any
static Stringid()
Return the Link IDL ID
static voidinsert(Any a, Link t)
Insert Link into an any
static Linknarrow(Object obj)
Narrow CORBA::Object to Link
static Linkread(InputStream istream)
Read Link from a marshalled stream
static TypeCodetype()
Return the Link TypeCode
static Linkunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to Link
static voidwrite(OutputStream ostream, Link value)
Write Link into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Link value

id

public static String id()
Return the Link IDL ID

Returns: an ID

insert

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

Parameters: a an any t Link value

narrow

public static Link narrow(Object obj)
Narrow CORBA::Object to Link

Parameters: obj the CORBA Object

Returns: Link Object

read

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

Parameters: istream the input stream

Returns: the readed Link value

type

public static TypeCode type()
Return the Link TypeCode

Returns: a TypeCode

unchecked_narrow

public static Link unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to Link

Parameters: obj the CORBA Object

Returns: Link Object

write

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

Parameters: ostream the output stream value Link value