org.omg.CosEventChannelAdmin
Class ProxyPullSupplierHelper

java.lang.Object
  extended by org.omg.CosEventChannelAdmin.ProxyPullSupplierHelper

public class ProxyPullSupplierHelper
extends java.lang.Object

Helper class for : ProxyPullSupplier

Author:
OpenORB Compiler

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

Constructor Detail

ProxyPullSupplierHelper

public ProxyPullSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxyPullSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxyPullSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyPullSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyPullSupplier Object