Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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 java.lang.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


Field Summary
private static boolean __active
           
private static org.omg.CORBA.TypeCode __typeCode
           
private static java.lang.String _id
           

 

Constructor Summary
TransporterHelper()
           

 

Method Summary
static org.eclipse.persistence.internal.sessions.remote.Transporter extract(org.omg.CORBA.Any a)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any a, org.eclipse.persistence.internal.sessions.remote.Transporter that)
           
static org.eclipse.persistence.internal.sessions.remote.Transporter read(org.omg.CORBA.portable.InputStream istream)
           
static org.omg.CORBA.TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream ostream, org.eclipse.persistence.internal.sessions.remote.Transporter value)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

_id

private static java.lang.String _id

__typeCode

private static org.omg.CORBA.TypeCode __typeCode

__active

private static boolean __active

Constructor Detail

TransporterHelper

public TransporterHelper()

Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.