org.omg.CosNotifyChannelAdmin

Class StructuredProxyPullConsumerHelper

public class StructuredProxyPullConsumerHelper extends Object

Helper class for : StructuredProxyPullConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredProxyPullConsumer value

id

public static String id()
Return the StructuredProxyPullConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredProxyPullConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPullConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed StructuredProxyPullConsumer value

type

public static TypeCode type()
Return the StructuredProxyPullConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPullConsumer Object

write

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

Parameters: ostream the output stream value StructuredProxyPullConsumer value