org.omg.CosNotifyChannelAdmin
Class ProxyPushConsumerHelper

java.lang.Object
  |
  +--org.omg.CosNotifyChannelAdmin.ProxyPushConsumerHelper

public class ProxyPushConsumerHelper
extends java.lang.Object

Helper class for : ProxyPushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

ProxyPushConsumerHelper

public ProxyPushConsumerHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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