org.eclipse.persistence.sessions.remote.corba.sun
public abstract class CORBARemoteSessionControllerHelper extends Object
Constructor and Description |
---|
CORBARemoteSessionControllerHelper() |
Modifier and Type | Method and Description |
---|---|
static CORBARemoteSessionController |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
CORBARemoteSessionController that) |
static CORBARemoteSessionController |
narrow(Object obj) |
static CORBARemoteSessionController |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
CORBARemoteSessionController value) |
public static void insert(Any a, CORBARemoteSessionController that)
public static CORBARemoteSessionController extract(Any a)
public static TypeCode type()
public static String id()
public static CORBARemoteSessionController read(InputStream istream)
public static void write(OutputStream ostream, CORBARemoteSessionController value)
public static CORBARemoteSessionController narrow(Object obj)