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