org.omg.CosTypedEventComm
Class TypedPullSupplierHelper

java.lang.Object
  extended by org.omg.CosTypedEventComm.TypedPullSupplierHelper

public class TypedPullSupplierHelper
extends java.lang.Object

Helper class for : TypedPullSupplier

Author:
OpenORB Compiler

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

Constructor Detail

TypedPullSupplierHelper

public TypedPullSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedPullSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedPullSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedPullSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedPullSupplier Object