org.omg.CosNotifyChannelAdmin
Class ChannelNotFoundHelper

java.lang.Object
  |
  +--org.omg.CosNotifyChannelAdmin.ChannelNotFoundHelper

public class ChannelNotFoundHelper
extends java.lang.Object

Helper class for : ChannelNotFound

Author:
OpenORB Compiler

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

Constructor Detail

ChannelNotFoundHelper

public ChannelNotFoundHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ChannelNotFound t)
Insert ChannelNotFound into an any
Parameters:
a - an any
t - ChannelNotFound value

extract

public static ChannelNotFound extract(org.omg.CORBA.Any a)
Extract ChannelNotFound from an any
Parameters:
a - an any
Returns:
the extracted ChannelNotFound value

type

public static org.omg.CORBA.TypeCode type()
Return the ChannelNotFound TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the ChannelNotFound IDL ID
Returns:
an ID

read

public static ChannelNotFound read(org.omg.CORBA.portable.InputStream istream)
Read ChannelNotFound from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed ChannelNotFound value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ChannelNotFound value)
Write ChannelNotFound into a marshalled stream
Parameters:
ostream - the output stream
value - ChannelNotFound value