org.openorb.notify.persistence

Class ConsumerAdminHomeHelper

public class ConsumerAdminHomeHelper extends Object

Helper class for : ConsumerAdminHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ConsumerAdminHome value

id

public static String id()
Return the ConsumerAdminHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConsumerAdminHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ConsumerAdminHome Object

read

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

Parameters: istream the input stream

Returns: the readed ConsumerAdminHome value

type

public static TypeCode type()
Return the ConsumerAdminHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ConsumerAdminHome Object

write

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

Parameters: ostream the output stream value ConsumerAdminHome value