org.omg.CosEventChannelAdmin
Class ProxyPushSupplierHelper

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

public class ProxyPushSupplierHelper
extends java.lang.Object

Helper class for : ProxyPushSupplier

Author:
OpenORB Compiler

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

Constructor Detail

ProxyPushSupplierHelper

public ProxyPushSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxyPushSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxyPushSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyPushSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyPushSupplier Object