org.omg.CosNotifyComm
Class SequencePushSupplierHelper

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

public final class SequencePushSupplierHelper
extends java.lang.Object

Generated from IDL interface "SequencePushSupplier"

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

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

Constructor Detail

SequencePushSupplierHelper

public SequencePushSupplierHelper()
Method Detail

insert

public static void insert(Any any,
                          SequencePushSupplier s)

extract

public static SequencePushSupplier extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SequencePushSupplier read(InputStream in)

write

public static void write(OutputStream _out,
                         SequencePushSupplier s)

narrow

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

narrow

public static SequencePushSupplier narrow(Object obj)

unchecked_narrow

public static SequencePushSupplier unchecked_narrow(Object obj)