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