org.omg.CosNotifyComm
Class PushConsumerHelper

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

public class PushConsumerHelper
extends java.lang.Object

Helper class for : PushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

PushConsumerHelper

public PushConsumerHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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