|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.remote.DistributedSessionReconnectPolicy
oracle.toplink.remote.jms.JMSDistributedSessionReconnectPolicy
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by JMSTopicTransportManager
PURPOSE:To Provide policy for reconnecting distributed sessions for cache Synch
Descripton:This class Defines the behavior for attempting to reconnect sessions. It will attempt to reconnect based on information from the old connection
JMSClusteringService
Constructor Summary | |
JMSDistributedSessionReconnectPolicy(AbstractClusteringService clusteringService) Deprecated. |
Method Summary | |
RemoteConnection |
reconnect(RemoteConnection oldConnection) Deprecated. PUBLIC: This method is called by the Cache Synchronization manager when a connection to the remote service or remote sessions fails and must be re-connected. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMSDistributedSessionReconnectPolicy(AbstractClusteringService clusteringService)
Method Detail |
public RemoteConnection reconnect(RemoteConnection oldConnection)
reconnect
in class DistributedSessionReconnectPolicy
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |