org.omg.CosNotifyChannelAdmin
Class StructuredProxyPushConsumerHelper

java.lang.Object
  |
  +--org.omg.CosNotifyChannelAdmin.StructuredProxyPushConsumerHelper

public class StructuredProxyPushConsumerHelper
extends java.lang.Object

Helper class for : StructuredProxyPushConsumer

Author:
OpenORB Compiler

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

Constructor Detail

StructuredProxyPushConsumerHelper

public StructuredProxyPushConsumerHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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