org.omg.CosTime

Class TimeServiceHelper

public class TimeServiceHelper extends Object

Helper class for : TimeService

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TimeService value

id

public static String id()
Return the TimeService IDL ID

Returns: an ID

insert

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

Parameters: a an any t TimeService value

narrow

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

Parameters: obj the CORBA Object

Returns: TimeService Object

read

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

Parameters: istream the input stream

Returns: the readed TimeService value

type

public static TypeCode type()
Return the TimeService TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TimeService Object

write

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

Parameters: ostream the output stream value TimeService value