org.omg.CosTypedNotifyChannelAdmin
Class TypedProxyPullSupplierHelper

java.lang.Object
  extended by org.omg.CosTypedNotifyChannelAdmin.TypedProxyPullSupplierHelper

public class TypedProxyPullSupplierHelper
extends java.lang.Object

Helper class for : TypedProxyPullSupplier

Author:
OpenORB Compiler

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

Constructor Detail

TypedProxyPullSupplierHelper

public TypedProxyPullSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedProxyPullSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedProxyPullSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedProxyPullSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedProxyPullSupplier Object