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