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