public final class EventChannelHelper
extends java.lang.Object
Constructor and Description |
---|
EventChannelHelper() |
Modifier and Type | Method and Description |
---|---|
static EventChannel |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
EventChannel s) |
static EventChannel |
narrow(Object obj) |
static EventChannel |
read(InputStream in) |
static TypeCode |
type() |
static EventChannel |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
EventChannel s) |
public static void insert(Any any, EventChannel s)
public static EventChannel extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static EventChannel read(InputStream in)
public static void write(OutputStream _out, EventChannel s)
public static EventChannel narrow(Object obj)
public static EventChannel unchecked_narrow(Object obj)