org.omg.CosNotifyComm
Class SequencePushConsumerHelper

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

public class SequencePushConsumerHelper
extends java.lang.Object

Helper class for : SequencePushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

SequencePushConsumerHelper

public SequencePushConsumerHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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