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