org.eclipse.persistence.sessions.coordination.corba.sun
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
public class SunCORBATransportManager
- extends CORBATransportManager
Fields inherited from class org.eclipse.persistence.sessions.coordination.TransportManager |
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, REGISTRY_NAMING_SERVICE |
Method Summary |
org.eclipse.persistence.internal.sessions.coordination.corba.CORBAConnection |
buildCORBAConnection()
INTERNAL:
Implement abstract method. |
String |
getDefaultInitialContextFactoryName()
PUBLIC:
Return the default initial context factory name for a specific CORBA orb. |
String |
getDefaultLocalUrl()
INTERNAL:
Overwrite super method and return the default local URL . |
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. |
Methods inherited from class org.eclipse.persistence.sessions.coordination.TransportManager |
addConnectionToExternalService, connectBackToRemote, createConnections, createDiscoveryManager, discardConnections, getConnectionsToExternalServices, getConnectionsToExternalServicesForCommandPropagation, getConnectionToLocalHost, getContext, getInitialContextFactoryName, getLocalContextProperties, getPassword, getRemoteCommandManager, getRemoteContextProperties, getRemoteHostContext, getUserName, removeAllConnectionsToExternalServices, removeConnectionToExternalService, setEncryptedPassword, setEncryptionClassName, setInitialContextFactoryName, setLocalContextProperties, setNamingServiceType, setPassword, setRemoteContextProperties, setShouldRemoveConnectionOnError, setUserName, shouldRemoveConnectionOnError |
SunCORBATransportManager
public SunCORBATransportManager(RemoteCommandManager rcm)
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