org.omg.CosEventComm
Class PushSupplierHelper

java.lang.Object
  extended by org.omg.CosEventComm.PushSupplierHelper

public class PushSupplierHelper
extends java.lang.Object

Helper class for : PushSupplier

Author:
OpenORB Compiler

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

Constructor Detail

PushSupplierHelper

public PushSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - PushSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - PushSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
PushSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
PushSupplier Object