EclipseLink1.0 - 20080707 API Reference

org.eclipse.persistence.sessions.coordination.corba.sun
Class SunCORBATransportManager

java.lang.Object
  extended by org.eclipse.persistence.sessions.coordination.TransportManager
      extended by org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
          extended by org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager

public class SunCORBATransportManager
extends CORBATransportManager


Field Summary
 
Fields inherited from class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
rcm
 
Fields inherited from class org.eclipse.persistence.sessions.coordination.TransportManager
connectionsToExternalServices, DEFAULT_CONTEXT_FACTORY, DEFAULT_DEDICATED_CONNECTION_KEY, DEFAULT_DEDICATED_CONNECTION_VALUE, DEFAULT_IIOP_URL_PORT, DEFAULT_IIOP_URL_PROTOCOL, DEFAULT_NAMING_SERVICE, DEFAULT_REMOVE_CONNECTION_ON_ERROR_MODE, DEFAULT_URL_PORT, DEFAULT_URL_PROTOCOL, DEFAULT_USER_NAME, JNDI_NAMING_SERVICE, localConnection, localContextProperties, namingServiceType, REGISTRY_NAMING_SERVICE, remoteContextProperties, shouldRemoveConnectionOnError
 
Constructor Summary
SunCORBATransportManager(RemoteCommandManager rcm)
           
 
Method Summary
 org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection buildCORBAConnection()
          INTERNAL: Implement abstract method.
 java.lang.String getDefaultInitialContextFactoryName()
          PUBLIC: Return the default initial context factory name for a specific CORBA orb.
 java.lang.String getDefaultLocalUrl()
          INTERNAL: Overwrite super method and return the default local URL .
 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.
 
Methods inherited from class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
createConnection, createLocalConnection, getNamingServiceType, initialize, processCommand, removeLocalConnection
 
Methods inherited from class org.eclipse.persistence.sessions.coordination.TransportManager
addConnectionToExternalService, connectBackToRemote, createConnections, createDiscoveryManager, decrypt, discardConnections, encrypt, getConnectionsToExternalServices, getConnectionsToExternalServicesForCommandPropagation, getConnectionToLocalHost, getContext, getInitialContextFactoryName, getLocalContextProperties, getPassword, getRemoteCommandManager, getRemoteContextProperties, getRemoteHostContext, getUserName, removeAllConnectionsToExternalServices, removeConnectionToExternalService, setEncryptedPassword, setEncryptionClassName, setInitialContextFactoryName, setLocalContextProperties, setNamingServiceType, setPassword, setRemoteContextProperties, setShouldRemoveConnectionOnError, setUserName, shouldRemoveConnectionOnError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunCORBATransportManager

public SunCORBATransportManager(RemoteCommandManager rcm)
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

getDefaultInitialContextFactoryName

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

EclipseLink1.0 - 20080707 API Reference