org.omg.CosNotifyComm
Class StructuredPushSupplierHelper

java.lang.Object
  extended by org.omg.CosNotifyComm.StructuredPushSupplierHelper

public class StructuredPushSupplierHelper
extends java.lang.Object

Helper class for : StructuredPushSupplier

Author:
OpenORB Compiler

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

Constructor Detail

StructuredPushSupplierHelper

public StructuredPushSupplierHelper()
Method Detail

insert

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

Parameters:
a - an any
t - StructuredPushSupplier value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - StructuredPushSupplier value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
StructuredPushSupplier Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
StructuredPushSupplier Object