org.omg.CosNotifyChannelAdmin
Class EventChannelHelper

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

public class EventChannelHelper
extends java.lang.Object

Helper class for : EventChannel

Author:
OpenORB Compiler

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

Constructor Detail

EventChannelHelper

public EventChannelHelper()
Method Detail

insert

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

Parameters:
a - an any
t - EventChannel value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - EventChannel value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventChannel Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventChannel Object