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