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