org.omg.CosTypedEventChannelAdmin
Class TypedConsumerAdminHelper

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

public class TypedConsumerAdminHelper
extends java.lang.Object

Helper class for : TypedConsumerAdmin

Author:
OpenORB Compiler

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

Constructor Detail

TypedConsumerAdminHelper

public TypedConsumerAdminHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedConsumerAdmin value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedConsumerAdmin value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedConsumerAdmin Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedConsumerAdmin Object