Class SunCORBATransportManager


public class SunCORBATransportManager extends CORBATransportManager
  • Constructor Details

  • Method Details

    • getDefaultLocalUrl

      public 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
    • getDefaultInitialContextFactoryName

      public String getDefaultInitialContextFactoryName()
      Description copied from class: CORBATransportManager
      PUBLIC: Return the default initial context factory name for a specific CORBA orb.
      Specified by:
      getDefaultInitialContextFactoryName in class CORBATransportManager
    • narrow

      public org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection narrow(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