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