oracle.clex.persistence.toplink
Class TOPLinkConnection

java.lang.Object
  |
  +--oracle.clex.persistence.toplink.TOPLinkConnection

Deprecated. use ClientSessionProvider for TOPLink903 and on. Discontinue use of oracle.clex.persistence.toplink.TOPLink*.java, oracle.clex.persistence.toplink.CLEUnitOfWork.java and oracle.clex.persistence.toplink.PersistenceExceptionHandler.java

public class TOPLinkConnection
extends java.lang.Object

Purpose: TOPLink specific DBSession wrapping a ClientSession


Field Summary
protected  java.lang.Object connection
          Deprecated.  
 
Constructor Summary
TOPLinkConnection(TOPLink.Public.ThreeTier.ClientSession session)
          Deprecated.  
 
Method Summary
 Transaction acquireTransaction()
          Deprecated.  
 Transaction acquireTransaction(java.util.Vector readOnlyClasses)
          Deprecated.  
 void finalize()
          Deprecated.  
 TOPLink.Public.ThreeTier.ClientSession getClientSession()
          Deprecated.  
 java.lang.Object getConnection()
          Deprecated. Accessor method
 Transaction getCurrentTransaction()
          Deprecated.  
 void release()
          Deprecated.  
protected  void setConnection(java.lang.Object aConnection)
          Deprecated. Accessor method
 void startTransaction()
          Deprecated.  
 void startTransaction(java.util.Vector readOnlyClasses)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected java.lang.Object connection
Deprecated. 
Constructor Detail

TOPLinkConnection

public TOPLinkConnection(TOPLink.Public.ThreeTier.ClientSession session)
Deprecated. 
Method Detail

setConnection

protected void setConnection(java.lang.Object aConnection)
Deprecated. 
Accessor method
Parameters:
Object - : aConnection

getConnection

public java.lang.Object getConnection()
Deprecated. 
Accessor method
Returns:
Object : User

getClientSession

public TOPLink.Public.ThreeTier.ClientSession getClientSession()
Deprecated. 

acquireTransaction

public Transaction acquireTransaction()
Deprecated. 

acquireTransaction

public Transaction acquireTransaction(java.util.Vector readOnlyClasses)
Deprecated. 

startTransaction

public void startTransaction()
Deprecated. 

startTransaction

public void startTransaction(java.util.Vector readOnlyClasses)
Deprecated. 

getCurrentTransaction

public Transaction getCurrentTransaction()
Deprecated. 

release

public void release()
Deprecated. 

finalize

public void finalize()
              throws java.lang.Throwable
Deprecated. 
Overrides:
finalize in class java.lang.Object


Copyright © 2003 ORACLE Corp. All Rights Reserved.