Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.remotecommand.rmi
Class RMITransportManager

java.lang.Object
  extended byoracle.toplink.remotecommand.TransportManager
      extended byoracle.toplink.remotecommand.rmi.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)

Field Summary
static java.lang.String DEFAULT_CONTEXT_FACTORY
Default JNDI properties for remote JNDI access
static java.lang.String DEFAULT_DEDICATED_CONNECTION_KEY
static java.lang.String DEFAULT_DEDICATED_CONNECTION_VALUE
static int DEFAULT_NAMING_SERVICE
static java.lang.String DEFAULT_URL_PORT
static java.lang.String DEFAULT_URL_PROTOCOL
Defaults for RMI applications assume that we are running in OC4J
static java.lang.String DEFAULT_USER_NAME

Fields inherited from class oracle.toplink.remotecommand.TransportManager
JNDI_NAMING_SERVICE, REGISTRY_NAMING_SERVICE

Constructor Summary
RMITransportManager(RemoteCommandManager rcm)

Method Summary
java.util.Hashtable getRemoteContextProperties()
ADVANCED: Return the cached properties that will be used to create the initial context.

Methods inherited from class oracle.toplink.remotecommand.TransportManager
getInitialContextFactoryName, getLocalContextProperties, getNamingServiceType, getPassword, getUserName, setInitialContextFactoryName, setLocalContextProperties, setNamingServiceType, setPassword, setRemoteContextProperties, setUserName

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

DEFAULT_URL_PROTOCOL

public static final java.lang.String DEFAULT_URL_PROTOCOL
Defaults for RMI applications assume that we are running in OC4J
See Also:
Constant Field Values

DEFAULT_URL_PORT

public static final java.lang.String DEFAULT_URL_PORT
See Also:
Constant Field Values

DEFAULT_NAMING_SERVICE

public static final int DEFAULT_NAMING_SERVICE
See Also:
Constant Field Values

DEFAULT_CONTEXT_FACTORY

public static final java.lang.String DEFAULT_CONTEXT_FACTORY
Default JNDI properties for remote JNDI access
See Also:
Constant Field Values

DEFAULT_DEDICATED_CONNECTION_KEY

public static final java.lang.String DEFAULT_DEDICATED_CONNECTION_KEY
See Also:
Constant Field Values

DEFAULT_DEDICATED_CONNECTION_VALUE

public static final java.lang.String DEFAULT_DEDICATED_CONNECTION_VALUE
See Also:
Constant Field Values

DEFAULT_USER_NAME

public static final java.lang.String DEFAULT_USER_NAME
See Also:
Constant Field Values

Constructor Detail

RMITransportManager

public RMITransportManager(RemoteCommandManager rcm)

Method Detail

getRemoteContextProperties

public java.util.Hashtable getRemoteContextProperties()
ADVANCED: Return the cached properties that will be used to create the initial context.
Overrides:
getRemoteContextProperties in class TransportManager

Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.