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