org.omg.CosTypedEventChannelAdmin
Class TypedEventChannelHelper

java.lang.Object
  extended by org.omg.CosTypedEventChannelAdmin.TypedEventChannelHelper

public class TypedEventChannelHelper
extends java.lang.Object

Helper class for : TypedEventChannel

Author:
OpenORB Compiler

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

Constructor Detail

TypedEventChannelHelper

public TypedEventChannelHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedEventChannel value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedEventChannel value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedEventChannel Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedEventChannel Object