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