org.omg.CosTime
Class TimeServiceHelper

java.lang.Object
  extended by org.omg.CosTime.TimeServiceHelper

public class TimeServiceHelper
extends java.lang.Object

Helper class for : TimeService

Author:
OpenORB Compiler

Constructor Summary
TimeServiceHelper()
           
 
Method Summary
static TimeService extract(org.omg.CORBA.Any a)
          Extract TimeService from an any
static java.lang.String id()
          Return the TimeService IDL ID
static void insert(org.omg.CORBA.Any a, TimeService t)
          Insert TimeService into an any
static TimeService narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to TimeService
static TimeService read(org.omg.CORBA.portable.InputStream istream)
          Read TimeService from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the TimeService TypeCode
static TimeService unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to TimeService
static void write(org.omg.CORBA.portable.OutputStream ostream, TimeService value)
          Write TimeService into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeServiceHelper

public TimeServiceHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          TimeService t)
Insert TimeService into an any

Parameters:
a - an any
t - TimeService value

extract

public static TimeService extract(org.omg.CORBA.Any a)
Extract TimeService from an any

Parameters:
a - an any
Returns:
the extracted TimeService value

type

public static org.omg.CORBA.TypeCode type()
Return the TimeService TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the TimeService IDL ID

Returns:
an ID

read

public static TimeService read(org.omg.CORBA.portable.InputStream istream)
Read TimeService from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed TimeService value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         TimeService value)
Write TimeService into a marshalled stream

Parameters:
ostream - the output stream
value - TimeService value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TimeService Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TimeService Object