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