org.omg.CosNotifyChannelAdmin
Class SequenceProxyPullSupplierHelper

java.lang.Object
  extended by org.omg.CosNotifyChannelAdmin.SequenceProxyPullSupplierHelper

public class SequenceProxyPullSupplierHelper
extends java.lang.Object

Helper class for : SequenceProxyPullSupplier

Author:
OpenORB Compiler

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

Constructor Detail

SequenceProxyPullSupplierHelper

public SequenceProxyPullSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SequenceProxyPullSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SequenceProxyPullSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequenceProxyPullSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequenceProxyPullSupplier Object