Class RMITransportManager


  • public class RMITransportManager
    extends TransportManager

    Purpose: Provide an RMI transport implementation for RCM.

    Description: This class manages the RMI remote connections to other RCM service instances and posts the local RMI connection to this service instance in a name service so that other RCM service instances can connect to it.

    Since:
    OracleAS TopLink 10g (9.0.4)
    Author:
    Steven Vo
    • Method Detail

      • createConnectionFromJNDI

        protected RemoteConnection createConnectionFromJNDI​(String remoteObjectIdentifier,
                                                            String hostURL)
        INTERNAL: Look the specified remote object up in JNDI and return a Connection to it.
      • createConnectionFromRegistry

        protected RemoteConnection createConnectionFromRegistry​(String remoteObjectIdentifier,
                                                                String hostURL)
        INTERNAL: Look the specified remote object up in the RMIRegistry and return a Connection to it.
      • createLocalConnection

        public void createLocalConnection()
        INTERNAL: Create the local command connection for this transport in a naming service and return it.
        Specified by:
        createLocalConnection in class TransportManager
      • createLocalConnectionInJNDI

        protected void createLocalConnectionInJNDI()
        INTERNAL: Put the local command connection of this transport in JNDI and return it
      • createLocalConnectionInRegistry

        protected RemoteConnection createLocalConnectionInRegistry()
        INTERNAL: Put the local command connection of this transport in the Registry and return it
      • getLocalHostContext

        public Context getLocalHostContext()
        INTERNAL: Return the context used for looking up in local JNDI.
      • getDefaultLocalUrl

        public String getDefaultLocalUrl()
        INTERNAL: Return the default local URL for JNDI lookups
      • initialize

        public void initialize()
        INTERNAL: Initialize default properties for RMI.
        Overrides:
        initialize in class TransportManager
      • removeLocalConnection

        public void removeLocalConnection()
        ADVANCED: Remove the local connection from remote accesses. The implementation removes the local connection from JNDI or the RMI registry, un-exports it from the RMI runtime, and sets it to null. This method is invoked internally by EclipseLink when the RCM is shutdown and should not be invoked by user's application.
        Specified by:
        removeLocalConnection in class TransportManager
      • setIsRMIOverIIOP

        public void setIsRMIOverIIOP​(boolean b)