public final class HeapFactoryHelper extends Object
Constructor and Description |
---|
HeapFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static HeapFactory |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
HeapFactory s) |
static HeapFactory |
narrow(Object obj) |
static HeapFactory |
read(InputStream in) |
static TypeCode |
type() |
static HeapFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
HeapFactory s) |
public static void insert(Any any, HeapFactory s)
public static HeapFactory extract(Any any)
public static TypeCode type()
public static String id()
public static HeapFactory read(InputStream in)
public static void write(OutputStream _out, HeapFactory s)
public static HeapFactory narrow(Object obj)
public static HeapFactory unchecked_narrow(Object obj)
Copyright © 2017 JacORB. All rights reserved.