org.omg.CosNotifyChannelAdmin
Class ClientTypeHelper

java.lang.Object
  extended by org.omg.CosNotifyChannelAdmin.ClientTypeHelper

public class ClientTypeHelper
extends java.lang.Object

Helper class for : ClientType

Author:
OpenORB Compiler

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

Constructor Detail

ClientTypeHelper

public ClientTypeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ClientType value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ClientType value