Class SessionFinalizer


  • public class SessionFinalizer
    extends java.lang.Object
    This is a finalizer for a session. This was added to avoid always having a finalizer on client session for GC performance.
    Since:
    TopLink 11
    Author:
    James Sutherland
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Session session  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void finalize()
      Release the session.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • session

        protected Session session
    • Constructor Detail

      • SessionFinalizer

        public SessionFinalizer​(Session session)