public abstract class ServerHelper extends Object
Constructor and Description |
---|
ServerHelper() |
Modifier and Type | Method and Description |
---|---|
static Server |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Server that) |
static Server |
narrow(Object obj) |
static Server |
read(InputStream istream) |
static TypeCode |
type() |
static Server |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
Server value) |
public static TypeCode type()
public static String id()
public static Server read(InputStream istream)
public static void write(OutputStream ostream, Server value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.