org.omg.CosNotifyChannelAdmin
Class ProxyPullSupplierHelper

java.lang.Object
  extended byorg.omg.CosNotifyChannelAdmin.ProxyPullSupplierHelper

public final class ProxyPullSupplierHelper
extends java.lang.Object

Generated from IDL interface "ProxyPullSupplier"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
ProxyPullSupplierHelper()
           
 
Method Summary
static ProxyPullSupplier extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, ProxyPullSupplier s)
           
static ProxyPullSupplier narrow(java.lang.Object obj)
           
static ProxyPullSupplier narrow(Object obj)
           
static ProxyPullSupplier read(InputStream in)
           
static TypeCode type()
           
static ProxyPullSupplier unchecked_narrow(Object obj)
           
static void write(OutputStream _out, ProxyPullSupplier s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyPullSupplierHelper

public ProxyPullSupplierHelper()
Method Detail

insert

public static void insert(Any any,
                          ProxyPullSupplier s)

extract

public static ProxyPullSupplier extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ProxyPullSupplier read(InputStream in)

write

public static void write(OutputStream _out,
                         ProxyPullSupplier s)

narrow

public static ProxyPullSupplier narrow(java.lang.Object obj)

narrow

public static ProxyPullSupplier narrow(Object obj)

unchecked_narrow

public static ProxyPullSupplier unchecked_narrow(Object obj)