org.omg.CosTypedEventChannelAdmin
Class TypedSupplierAdminHelper

java.lang.Object
  extended by org.omg.CosTypedEventChannelAdmin.TypedSupplierAdminHelper

public class TypedSupplierAdminHelper
extends java.lang.Object

Helper class for : TypedSupplierAdmin

Author:
OpenORB Compiler

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

Constructor Detail

TypedSupplierAdminHelper

public TypedSupplierAdminHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedSupplierAdmin value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedSupplierAdmin value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedSupplierAdmin Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedSupplierAdmin Object