public abstract class ProcManServerHelper extends Object
| Constructor and Description |
|---|
ProcManServerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ProcManServer |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ProcManServer that) |
static ProcManServer |
narrow(Object obj) |
static ProcManServer |
read(InputStream istream) |
static TypeCode |
type() |
static ProcManServer |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
ProcManServer value) |
public static void insert(Any a, ProcManServer that)
public static ProcManServer extract(Any a)
public static TypeCode type()
public static String id()
public static ProcManServer read(InputStream istream)
public static void write(OutputStream ostream, ProcManServer value)
public static ProcManServer narrow(Object obj)
public static ProcManServer unchecked_narrow(Object obj)
Copyright © 1996-2013 FreeHEP. All Rights Reserved.