org.postgresql.pljava
Class SessionManager

java.lang.Object
  extended by org.postgresql.pljava.SessionManager

public class SessionManager
extends Object

The SessionManager makes the current Session available to the caller.

Author:
Thomas Hallgren

Constructor Summary
SessionManager()
           
 
Method Summary
static Session current()
          Returns the current session.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionManager

public SessionManager()
Method Detail

current

public static Session current()
                       throws SQLException
Returns the current session.

Throws:
SQLException