org.omg.CosNotifyComm
Class SequencePullConsumerHelper

java.lang.Object
  extended byorg.omg.CosNotifyComm.SequencePullConsumerHelper

public final class SequencePullConsumerHelper
extends java.lang.Object

Generated from IDL interface "SequencePullConsumer"

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

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

Constructor Detail

SequencePullConsumerHelper

public SequencePullConsumerHelper()
Method Detail

insert

public static void insert(Any any,
                          SequencePullConsumer s)

extract

public static SequencePullConsumer extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SequencePullConsumer read(InputStream in)

write

public static void write(OutputStream _out,
                         SequencePullConsumer s)

narrow

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

narrow

public static SequencePullConsumer narrow(Object obj)

unchecked_narrow

public static SequencePullConsumer unchecked_narrow(Object obj)