Module eclipselink
Class SunCORBATransportManager
java.lang.Object
org.eclipse.persistence.sessions.coordination.TransportManager
org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
org.eclipse.persistence.sessions.coordination.corba.sun.SunCORBATransportManager
-
Field Summary
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, rcm, REGISTRY_NAMING_SERVICE, remoteContextProperties, securableObjectHolder, shouldRemoveConnectionOnError -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnectionINTERNAL: Implement abstract method.PUBLIC: Return the default initial context factory name for a specific CORBA orb.INTERNAL: Overwrite super method and return the default local URL .org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnectionnarrow(org.omg.CORBA.Object object) INTERNAL: Implement abstract method that delegates the narrow call to the generatedSunCORBAConnectionHelperclass.Methods inherited from class org.eclipse.persistence.sessions.coordination.corba.CORBATransportManager
createConnection, createLocalConnection, getNamingServiceType, initialize, processCommand, removeLocalConnectionMethods inherited from class org.eclipse.persistence.sessions.coordination.TransportManager
addConnectionToExternalService, connectBackToRemote, createConnections, createDiscoveryManager, decrypt, discardConnections, encrypt, getConnectionsToExternalServices, getConnectionsToExternalServicesForCommandPropagation, getConnectionToLocalHost, getContext, getEncryptedPassword, getInitialContextFactoryName, getLocalContextProperties, getPassword, getRemoteCommandManager, getRemoteContextProperties, getRemoteHostContext, getUserName, hasPassword, newTransportManager, removeAllConnectionsToExternalServices, removeConnectionToExternalService, setConfig, setEncryptedPassword, setEncryptionClassName, setInitialContextFactoryName, setLocalContextProperties, setNamingServiceType, setPassword, setRemoteCommandManager, setRemoteContextProperties, setShouldRemoveConnectionOnError, setUserName, shouldRemoveConnectionOnError
-
Constructor Details
-
SunCORBATransportManager
-
-
Method Details
-
getDefaultLocalUrl
INTERNAL: Overwrite super method and return the default local URL . i.e iiop://66.178.2.33:9090- Overrides:
getDefaultLocalUrlin classCORBATransportManager
-
getDefaultInitialContextFactoryName
Description copied from class:CORBATransportManagerPUBLIC: Return the default initial context factory name for a specific CORBA orb.- Specified by:
getDefaultInitialContextFactoryNamein classCORBATransportManager
-
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 generatedSunCORBAConnectionHelperclass.- Specified by:
narrowin classCORBATransportManager
-
buildCORBAConnection
public org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection buildCORBAConnection()INTERNAL: Implement abstract method. The method returns a specific CORBA implementation instance that implementsCORBAConnectioninterface.- Specified by:
buildCORBAConnectionin classCORBATransportManager
-