org.omg.CosNotifyComm
Class SequencePullSupplierHelper

java.lang.Object
  extended by org.omg.CosNotifyComm.SequencePullSupplierHelper

public class SequencePullSupplierHelper
extends java.lang.Object

Helper class for : SequencePullSupplier

Author:
OpenORB Compiler

Constructor Summary
SequencePullSupplierHelper()
           
 
Method Summary
static SequencePullSupplier extract(org.omg.CORBA.Any a)
          Extract SequencePullSupplier from an any
static java.lang.String id()
          Return the SequencePullSupplier IDL ID
static void insert(org.omg.CORBA.Any a, SequencePullSupplier t)
          Insert SequencePullSupplier into an any
static SequencePullSupplier narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to SequencePullSupplier
static SequencePullSupplier read(org.omg.CORBA.portable.InputStream istream)
          Read SequencePullSupplier from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the SequencePullSupplier TypeCode
static SequencePullSupplier unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to SequencePullSupplier
static void write(org.omg.CORBA.portable.OutputStream ostream, SequencePullSupplier value)
          Write SequencePullSupplier into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequencePullSupplierHelper

public SequencePullSupplierHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          SequencePullSupplier t)
Insert SequencePullSupplier into an any

Parameters:
a - an any
t - SequencePullSupplier value

extract

public static SequencePullSupplier extract(org.omg.CORBA.Any a)
Extract SequencePullSupplier from an any

Parameters:
a - an any
Returns:
the extracted SequencePullSupplier value

type

public static org.omg.CORBA.TypeCode type()
Return the SequencePullSupplier TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the SequencePullSupplier IDL ID

Returns:
an ID

read

public static SequencePullSupplier read(org.omg.CORBA.portable.InputStream istream)
Read SequencePullSupplier from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed SequencePullSupplier value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         SequencePullSupplier value)
Write SequencePullSupplier into a marshalled stream

Parameters:
ostream - the output stream
value - SequencePullSupplier value

narrow

public static SequencePullSupplier narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to SequencePullSupplier

Parameters:
obj - the CORBA Object
Returns:
SequencePullSupplier Object

unchecked_narrow

public static SequencePullSupplier unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to SequencePullSupplier

Parameters:
obj - the CORBA Object
Returns:
SequencePullSupplier Object