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