org.omg.CosTrading

Class ProxyHelper

public class ProxyHelper extends Object

Helper class for : Proxy

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Proxy value

id

public static String id()
Return the Proxy IDL ID

Returns: an ID

insert

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

Parameters: a an any t Proxy value

narrow

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

Parameters: obj the CORBA Object

Returns: Proxy Object

read

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

Parameters: istream the input stream

Returns: the readed Proxy value

type

public static TypeCode type()
Return the Proxy TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: Proxy Object

write

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

Parameters: ostream the output stream value Proxy value