org.omg.GIOP
Class LocateStatusType_1_2Helper

java.lang.Object
  extended byorg.omg.GIOP.LocateStatusType_1_2Helper

public class LocateStatusType_1_2Helper
extends java.lang.Object

Helper class for : LocateStatusType_1_2

Author:
OpenORB Compiler

Constructor Summary
LocateStatusType_1_2Helper()
           
 
Method Summary
static LocateStatusType_1_2 extract(Any a)
          Extract LocateStatusType_1_2 from an any
static java.lang.String id()
          Return the LocateStatusType_1_2 IDL ID
static void insert(Any a, LocateStatusType_1_2 t)
          Insert LocateStatusType_1_2 into an any
static LocateStatusType_1_2 read(InputStream istream)
          Read LocateStatusType_1_2 from a marshalled stream
static TypeCode type()
          Return the LocateStatusType_1_2 TypeCode
static void write(OutputStream ostream, LocateStatusType_1_2 value)
          Write LocateStatusType_1_2 into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocateStatusType_1_2Helper

public LocateStatusType_1_2Helper()
Method Detail

insert

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

Parameters:
a - an any
t - LocateStatusType_1_2 value

extract

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

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

type

public static TypeCode type()
Return the LocateStatusType_1_2 TypeCode

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LocateStatusType_1_2 value