org.omg.CosTime

Class UTOHelper

public class UTOHelper extends Object

Helper class for : UTO

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted UTO value

id

public static String id()
Return the UTO IDL ID

Returns: an ID

insert

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

Parameters: a an any t UTO value

narrow

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

Parameters: obj the CORBA Object

Returns: UTO Object

read

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

Parameters: istream the input stream

Returns: the readed UTO value

type

public static TypeCode type()
Return the UTO TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: UTO Object

write

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

Parameters: ostream the output stream value UTO value