org.omg.CosTypedNotifyComm
Class TypedPushConsumerHelper

java.lang.Object
  extended by org.omg.CosTypedNotifyComm.TypedPushConsumerHelper

public class TypedPushConsumerHelper
extends java.lang.Object

Helper class for : TypedPushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

TypedPushConsumerHelper

public TypedPushConsumerHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedPushConsumer value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedPushConsumer value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedPushConsumer Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedPushConsumer Object