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