org.omg.CosTransactions

Class ControlHelper

public class ControlHelper extends Object

Helper class for : Control

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Control value

id

public static String id()
Return the Control IDL ID

Returns: an ID

insert

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

Parameters: a an any t Control value

narrow

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

Parameters: obj the CORBA Object

Returns: Control Object

read

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

Parameters: istream the input stream

Returns: the readed Control value

type

public static TypeCode type()
Return the Control TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: Control Object

write

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

Parameters: ostream the output stream value Control value