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