org.omg.CosNaming

Class NamingContextHelper

public class NamingContextHelper extends Object

Helper class for : NamingContext

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NamingContext value

id

public static String id()
Return the NamingContext IDL ID

Returns: an ID

insert

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

Parameters: a an any t NamingContext value

narrow

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

Parameters: obj the CORBA Object

Returns: NamingContext Object

read

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

Parameters: istream the input stream

Returns: the readed NamingContext value

type

public static TypeCode type()
Return the NamingContext TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: NamingContext Object

write

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

Parameters: ostream the output stream value NamingContext value