org.omg.CosTypedNotifyChannelAdmin
Class TypedProxyPushConsumerHelper

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

public class TypedProxyPushConsumerHelper
extends java.lang.Object

Helper class for : TypedProxyPushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

TypedProxyPushConsumerHelper

public TypedProxyPushConsumerHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedProxyPushConsumer value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedProxyPushConsumer value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedProxyPushConsumer Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedProxyPushConsumer Object