org.omg.CosNotifyChannelAdmin
Class ProxyNotFoundHelper

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

public class ProxyNotFoundHelper
extends java.lang.Object

Helper class for : ProxyNotFound

Author:
OpenORB Compiler

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

Constructor Detail

ProxyNotFoundHelper

public ProxyNotFoundHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxyNotFound value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxyNotFound value