Class SunCORBAConnectionHelper
- java.lang.Object
-
- org.eclipse.persistence.internal.sessions.coordination.corba.sun.SunCORBAConnectionHelper
-
public abstract class SunCORBAConnectionHelper extends java.lang.Objectorg/eclipse/persistence/internal/remotecommand/corba/sun/SunCORBAConnectionHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from rcm.idl Tuesday, March 30, 2004 2:00:14 PM EST
-
-
Constructor Summary
Constructors Constructor Description SunCORBAConnectionHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SunCORBAConnectionextract(org.omg.CORBA.Any a)static java.lang.Stringid()static voidinsert(org.omg.CORBA.Any a, SunCORBAConnection that)static SunCORBAConnectionnarrow(org.omg.CORBA.Object obj)static SunCORBAConnectionread(org.omg.CORBA.portable.InputStream istream)static org.omg.CORBA.TypeCodetype()static voidwrite(org.omg.CORBA.portable.OutputStream ostream, SunCORBAConnection value)
-
-
-
Method Detail
-
insert
public static void insert(org.omg.CORBA.Any a, SunCORBAConnection that)
-
extract
public static SunCORBAConnection extract(org.omg.CORBA.Any a)
-
type
public static org.omg.CORBA.TypeCode type()
-
id
public static java.lang.String id()
-
read
public static SunCORBAConnection read(org.omg.CORBA.portable.InputStream istream)
-
write
public static void write(org.omg.CORBA.portable.OutputStream ostream, SunCORBAConnection value)
-
narrow
public static SunCORBAConnection narrow(org.omg.CORBA.Object obj)
-
-