Oracle Fusion Middleware Java API Reference for Oracle TopLink (Deprecated)
11g Release 1 (11.1.1)

B32476-04

oracle.toplink.remotecommand.jgroups.oc4j
Class Oc4jJGroupsTransportManager

java.lang.Object
  extended by oracle.toplink.remotecommand.jgroups.oc4j.Oc4jJGroupsTransportManager

public class Oc4jJGroupsTransportManager
extends java.lang.Object

Purpose: Provide a Oc4jJGroups transport implementation for the Remote Command Module (RCM).

Description: This class manages a single connection that serves as both external (publishing) and local (receiving) connection. In case topicName is not specified (which is a typical case) the class creates topicName combining a standard prefix with the session's name. This allows to connect instances of the same session running on different servers transparently for the user.

Since:
OracleAS TopLink 11g (11.1.1)

Constructor Summary
Oc4jJGroupsTransportManager()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oc4jJGroupsTransportManager

public Oc4jJGroupsTransportManager()

Copyright © 1998, 2012, Oracle. All Rights Reserved.