org.omg.CosNotifyCommAck
Class SequencePullSupplierAckHelper

java.lang.Object
  extended byorg.omg.CosNotifyCommAck.SequencePullSupplierAckHelper

public final class SequencePullSupplierAckHelper
extends java.lang.Object

Generated from IDL interface "SequencePullSupplierAck"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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

Constructor Detail

SequencePullSupplierAckHelper

public SequencePullSupplierAckHelper()
Method Detail

insert

public static void insert(Any any,
                          SequencePullSupplierAck s)

extract

public static SequencePullSupplierAck extract(Any any)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static SequencePullSupplierAck read(InputStream in)

write

public static void write(OutputStream _out,
                         SequencePullSupplierAck s)

narrow

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

narrow

public static SequencePullSupplierAck narrow(Object obj)

unchecked_narrow

public static SequencePullSupplierAck unchecked_narrow(Object obj)