org.omg.CosNotifyChannelAdmin
Class ProxySupplierHelper

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

public class ProxySupplierHelper
extends java.lang.Object

Helper class for : ProxySupplier

Author:
OpenORB Compiler

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

Constructor Detail

ProxySupplierHelper

public ProxySupplierHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

public static ProxySupplier narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to ProxySupplier
Parameters:
obj - the CORBA Object
Returns:
ProxySupplier Object

unchecked_narrow

public static ProxySupplier unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to ProxySupplier
Parameters:
obj - the CORBA Object
Returns:
ProxySupplier Object