org.omg.CosTypedNotifyChannelAdmin
Class TypedProxyPushConsumerHelper

java.lang.Object
  extended byorg.omg.CosTypedNotifyChannelAdmin.TypedProxyPushConsumerHelper

public final class TypedProxyPushConsumerHelper
extends java.lang.Object

Generated from IDL interface "TypedProxyPushConsumer"

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

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

Constructor Detail

TypedProxyPushConsumerHelper

public TypedProxyPushConsumerHelper()
Method Detail

insert

public static void insert(Any any,
                          TypedProxyPushConsumer s)

extract

public static TypedProxyPushConsumer extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TypedProxyPushConsumer read(InputStream in)

write

public static void write(OutputStream _out,
                         TypedProxyPushConsumer s)

narrow

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

narrow

public static TypedProxyPushConsumer narrow(Object obj)

unchecked_narrow

public static TypedProxyPushConsumer unchecked_narrow(Object obj)