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