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

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

public abstract class TransporterHelper
extends Object

INTERNAL: org/eclipse/persistence/internal/remote/TransporterHelper.java Generated by the IDL-to-Java compiler (portable), version "3.0" from d:/StarTeam/DIDev/Pine/TopLink/DISource/IDLs/CorbaRemoteSessionControllerSun.idl Thursday, May 3, 2001 1:36:59 PM EDT


Constructor Summary
TransporterHelper()
           
 
Method Summary
static org.eclipse.persistence.internal.sessions.remote.Transporter extract(Any a)
           
static String id()
           
static void insert(Any a, org.eclipse.persistence.internal.sessions.remote.Transporter that)
           
static org.eclipse.persistence.internal.sessions.remote.Transporter read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, org.eclipse.persistence.internal.sessions.remote.Transporter value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransporterHelper

public TransporterHelper()
Method Detail

insert

public static void insert(Any a,
                          org.eclipse.persistence.internal.sessions.remote.Transporter that)

extract

public static org.eclipse.persistence.internal.sessions.remote.Transporter extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static org.eclipse.persistence.internal.sessions.remote.Transporter read(InputStream istream)

write

public static void write(OutputStream ostream,
                         org.eclipse.persistence.internal.sessions.remote.Transporter value)