Class TransporterHolder

  • All Implemented Interfaces:
    org.omg.CORBA.portable.Streamable

    public final class TransporterHolder
    extends java.lang.Object
    implements org.omg.CORBA.portable.Streamable
    INTERNAL: org/eclipse/persistence/internal/remote/TransporterHolder.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

      Fields 
      Modifier and Type Field Description
      org.eclipse.persistence.internal.sessions.remote.Transporter value  
    • Constructor Summary

      Constructors 
      Constructor Description
      TransporterHolder()  
      TransporterHolder​(org.eclipse.persistence.internal.sessions.remote.Transporter initialValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void _read​(org.omg.CORBA.portable.InputStream i)  
      org.omg.CORBA.TypeCode _type()  
      void _write​(org.omg.CORBA.portable.OutputStream o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        public org.eclipse.persistence.internal.sessions.remote.Transporter value
    • Constructor Detail

      • TransporterHolder

        public TransporterHolder()
      • TransporterHolder

        public TransporterHolder​(org.eclipse.persistence.internal.sessions.remote.Transporter initialValue)
    • Method Detail

      • _read

        public void _read​(org.omg.CORBA.portable.InputStream i)
        Specified by:
        _read in interface org.omg.CORBA.portable.Streamable
      • _write

        public void _write​(org.omg.CORBA.portable.OutputStream o)
        Specified by:
        _write in interface org.omg.CORBA.portable.Streamable
      • _type

        public org.omg.CORBA.TypeCode _type()
        Specified by:
        _type in interface org.omg.CORBA.portable.Streamable