org.omg.CosNotifyChannelAdmin
Class SequenceProxyPushConsumerHelper

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

public class SequenceProxyPushConsumerHelper
extends java.lang.Object

Helper class for : SequenceProxyPushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

SequenceProxyPushConsumerHelper

public SequenceProxyPushConsumerHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SequenceProxyPushConsumer value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SequenceProxyPushConsumer value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequenceProxyPushConsumer Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
SequenceProxyPushConsumer Object