org.omg.CosNotifyComm
Class PullConsumerHelper

java.lang.Object
  |
  +--org.omg.CosNotifyComm.PullConsumerHelper

public class PullConsumerHelper
extends java.lang.Object

Helper class for : PullConsumer

Author:
OpenORB Compiler

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

Constructor Detail

PullConsumerHelper

public PullConsumerHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          PullConsumer t)
Insert PullConsumer into an any
Parameters:
a - an any
t - PullConsumer value

extract

public static PullConsumer extract(org.omg.CORBA.Any a)
Extract PullConsumer from an any
Parameters:
a - an any
Returns:
the extracted PullConsumer value

type

public static org.omg.CORBA.TypeCode type()
Return the PullConsumer TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the PullConsumer IDL ID
Returns:
an ID

read

public static PullConsumer read(org.omg.CORBA.portable.InputStream istream)
Read PullConsumer from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed PullConsumer value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         PullConsumer value)
Write PullConsumer into a marshalled stream
Parameters:
ostream - the output stream
value - PullConsumer value

narrow

public static PullConsumer narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to PullConsumer
Parameters:
obj - the CORBA Object
Returns:
PullConsumer Object

unchecked_narrow

public static PullConsumer unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to PullConsumer
Parameters:
obj - the CORBA Object
Returns:
PullConsumer Object