org.omg.PortableInterceptor
Class ReplyStatusHelper

java.lang.Object
  extended by org.omg.PortableInterceptor.ReplyStatusHelper

public class ReplyStatusHelper
extends java.lang.Object

Helper class for : ReplyStatus

Author:
OpenORB Compiler

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

Constructor Detail

ReplyStatusHelper

public ReplyStatusHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ReplyStatus value

extract

public static short extract(Any a)
Extract ReplyStatus from an any

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

type

public static TypeCode type()
Return the ReplyStatus TypeCode

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ReplyStatus value