org.omg.CosNotifyComm
Class SequencePushSupplierHelper

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

public class SequencePushSupplierHelper
extends java.lang.Object

Helper class for : SequencePushSupplier

Author:
OpenORB Compiler

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

Constructor Detail

SequencePushSupplierHelper

public SequencePushSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SequencePushSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SequencePushSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequencePushSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequencePushSupplier Object