Class SunCORBATransportManager

    • Method Detail

      • getDefaultLocalUrl

        public java.lang.String getDefaultLocalUrl()
        INTERNAL: Overwrite super method and return the default local URL . i.e iiop://66.178.2.33:9090
        Overrides:
        getDefaultLocalUrl in class CORBATransportManager
      • narrow

        public org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection narrow​(org.omg.CORBA.Object object)
        INTERNAL: Implement abstract method that delegates the narrow call to the generated SunCORBAConnectionHelper class.
        Specified by:
        narrow in class CORBATransportManager
      • buildCORBAConnection

        public org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection buildCORBAConnection()
        INTERNAL: Implement abstract method. The method returns a specific CORBA implementation instance that implements CORBAConnection interface.
        Specified by:
        buildCORBAConnection in class CORBATransportManager