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