EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

org.eclipse.persistence.sessions.remote.corba.sun
Class CORBARemoteSessionControllerHelper

java.lang.Object
  extended by org.eclipse.persistence.sessions.remote.corba.sun.CORBARemoteSessionControllerHelper

public abstract class CORBARemoteSessionControllerHelper
extends java.lang.Object

INTERNAL: org/eclipse/persistence/remote/corba/sun/CORBARemoteSessionControllerHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from CorbaRemoteSessionControllerSun.idl Monday, November 19, 2001 1:51:44 o'clock PM EST


Constructor Summary
CORBARemoteSessionControllerHelper()
           
 
Method Summary
static CORBARemoteSessionController extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, CORBARemoteSessionController that)
           
static CORBARemoteSessionController narrow(org.omg.CORBA.Object obj)
           
static CORBARemoteSessionController read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream ostream, CORBARemoteSessionController value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CORBARemoteSessionControllerHelper

public CORBARemoteSessionControllerHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          CORBARemoteSessionController that)

extract

public static CORBARemoteSessionController extract(org.omg.CORBA.Any a)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static CORBARemoteSessionController read(org.omg.CORBA.portable.InputStream istream)

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         CORBARemoteSessionController value)

narrow

public static CORBARemoteSessionController narrow(org.omg.CORBA.Object obj)

EclipseLink 2.3.2, build 'v20111125-r10461' API Reference