|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) B32476-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.toplink.remotecommand.TransportManager
oracle.toplink.remotecommand.corba.CORBATransportManager
public abstract class CORBATransportManager
| Field Summary |
|---|
| Fields inherited from class oracle.toplink.remotecommand.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 |
| Constructor Summary | |
|---|---|
CORBATransportManager(RemoteCommandManager rcm)
|
|
| Method Summary | |
|---|---|
abstract oracle.toplink.internal.remotecommand.corba.CORBAConnection |
buildCORBAConnection()
Return a new instance of the specific CORBA implementation that implements CORBAConnection interface. |
abstract java.lang.String |
getDefaultInitialContextFactoryName()
Return the default initial context factory name for a specific CORBA orb. |
java.lang.String |
getDefaultLocalUrl()
ADVANCED: Return the default local URL for JNDI lookups |
int |
getNamingServiceType()
Return the only supported JNDI naming service type used to look up remote connections to other service instances. |
abstract oracle.toplink.internal.remotecommand.corba.CORBAConnection |
narrow(org.omg.CORBA.Object object)
Narrow the object using the specific generated CORBA Helper class and cast it to a CORBAConnection. |
void |
removeLocalConnection()
ADVANCED: Remove the local connection from remote accesses. |
| Methods inherited from class oracle.toplink.remotecommand.TransportManager |
|---|
createDiscoveryManager, getInitialContextFactoryName, getLocalContextProperties, getPassword, getRemoteContextProperties, getUserName, setEncryptedPassword, setInitialContextFactoryName, setLocalContextProperties, setNamingServiceType, setPassword, setRemoteContextProperties, setShouldRemoveConnectionOnError, setUserName, shouldRemoveConnectionOnError |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CORBATransportManager(RemoteCommandManager rcm)
| Method Detail |
|---|
public java.lang.String getDefaultLocalUrl()
public void removeLocalConnection()
removeLocalConnection in class TransportManagerpublic int getNamingServiceType()
getNamingServiceType in class TransportManagerpublic abstract java.lang.String getDefaultInitialContextFactoryName()
public abstract oracle.toplink.internal.remotecommand.corba.CORBAConnection narrow(org.omg.CORBA.Object object)
CORBAConnection.
public abstract oracle.toplink.internal.remotecommand.corba.CORBAConnection buildCORBAConnection()
CORBAConnection interface.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||