org.omg.ETF

Class HandleHelper


public final class HandleHelper
extends java.lang.Object

Generated from IDL interface "Handle"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

static Handle
extract(Any any)
static String
id()
static void
insert(Any any, Handle s)
static Handle
narrow(java.lang.Object obj)
static Handle
narrow(Object obj)
static Handle
read(InputStream in)
static TypeCode
type()
static Handle
unchecked_narrow(Object obj)
static void
write(OutputStream _out, Handle s)

Method Details

extract

public static Handle extract(Any any)


id

public static String id()


insert

public static void insert(Any any,
                          Handle s)


narrow

public static Handle narrow(java.lang.Object obj)


narrow

public static Handle narrow(Object obj)


read

public static Handle read(InputStream in)


type

public static TypeCode type()


unchecked_narrow

public static Handle unchecked_narrow(Object obj)


write

public static void write(OutputStream _out,
                         Handle s)