org.omg.CosNotifyChannelAdmin
Class ProxyConsumerHelper

java.lang.Object
  extended by org.omg.CosNotifyChannelAdmin.ProxyConsumerHelper

public class ProxyConsumerHelper
extends java.lang.Object

Helper class for : ProxyConsumer

Author:
OpenORB Compiler

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

Constructor Detail

ProxyConsumerHelper

public ProxyConsumerHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ProxyConsumer value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ProxyConsumer value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyConsumer Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ProxyConsumer Object