org.omg.CosNotifyChannelAdmin

Class StructuredProxyPushConsumerHelper

public class StructuredProxyPushConsumerHelper extends Object

Helper class for : StructuredProxyPushConsumer

Author: OpenORB Compiler

Method Summary
static StructuredProxyPushConsumerextract(Any a)
Extract StructuredProxyPushConsumer from an any
static Stringid()
Return the StructuredProxyPushConsumer IDL ID
static voidinsert(Any a, StructuredProxyPushConsumer t)
Insert StructuredProxyPushConsumer into an any
static StructuredProxyPushConsumernarrow(Object obj)
Narrow CORBA::Object to StructuredProxyPushConsumer
static StructuredProxyPushConsumerread(InputStream istream)
Read StructuredProxyPushConsumer from a marshalled stream
static TypeCodetype()
Return the StructuredProxyPushConsumer TypeCode
static StructuredProxyPushConsumerunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to StructuredProxyPushConsumer
static voidwrite(OutputStream ostream, StructuredProxyPushConsumer value)
Write StructuredProxyPushConsumer into a marshalled stream

Method Detail

extract

public static StructuredProxyPushConsumer extract(Any a)
Extract StructuredProxyPushConsumer from an any

Parameters: a an any

Returns: the extracted StructuredProxyPushConsumer value

id

public static String id()
Return the StructuredProxyPushConsumer IDL ID

Returns: an ID

insert

public static void insert(Any a, StructuredProxyPushConsumer t)
Insert StructuredProxyPushConsumer into an any

Parameters: a an any t StructuredProxyPushConsumer value

narrow

public static StructuredProxyPushConsumer narrow(Object obj)
Narrow CORBA::Object to StructuredProxyPushConsumer

Parameters: obj the CORBA Object

Returns: StructuredProxyPushConsumer Object

read

public static StructuredProxyPushConsumer read(InputStream istream)
Read StructuredProxyPushConsumer from a marshalled stream

Parameters: istream the input stream

Returns: the readed StructuredProxyPushConsumer value

type

public static TypeCode type()
Return the StructuredProxyPushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

public static StructuredProxyPushConsumer unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to StructuredProxyPushConsumer

Parameters: obj the CORBA Object

Returns: StructuredProxyPushConsumer Object

write

public static void write(OutputStream ostream, StructuredProxyPushConsumer value)
Write StructuredProxyPushConsumer into a marshalled stream

Parameters: ostream the output stream value StructuredProxyPushConsumer value