public final class ActiveThreadsHelper extends Object
Constructor and Description |
---|
ActiveThreadsHelper() |
Modifier and Type | Method and Description |
---|---|
static ActiveThreads |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ActiveThreads s) |
static ActiveThreads |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ActiveThreads s) |
public static TypeCode type()
public static void insert(Any any, ActiveThreads s)
public static ActiveThreads extract(Any any)
public static String id()
public static ActiveThreads read(InputStream in)
public static void write(OutputStream out, ActiveThreads s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.