org.omg.CosNotifyChannelAdmin
Class StructuredProxyPushSupplierHelper

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

public class StructuredProxyPushSupplierHelper
extends java.lang.Object

Helper class for : StructuredProxyPushSupplier

Author:
OpenORB Compiler

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

Constructor Detail

StructuredProxyPushSupplierHelper

public StructuredProxyPushSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - StructuredProxyPushSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - StructuredProxyPushSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
StructuredProxyPushSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
StructuredProxyPushSupplier Object