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