Class RidcSessionPool

java.lang.Object
oracle.wcc.ridc.adfca.session.RidcSessionPool

public class RidcSessionPool extends Object
  • Constructor Details

    • RidcSessionPool

      public RidcSessionPool(RidcConnection ridcConnection)
      Parameters:
      ridcConnection -
  • Method Details

    • getSession

      public RidcSession getSession()
    • getConnectionName

      public String getConnectionName()
      Gets the JNDI name of the connection, when available
      Returns:
      The JNDI name
    • release

      public void release(RidcSession session)
      Returns a RIDC session to the pool
      Parameters:
      session - The RIDC session
    • dispose

      public void dispose()
      Dispose all sessions in the pool. This will logout from any open session.
    • getCurrentThreadSessionCount

      public static int getCurrentThreadSessionCount()
      Gets the number of sessions held by the current thread.
      Returns:
      The number of sessions.
    • toString

      public String toString()
      Overrides:
      toString in class Object