org.locomotive.loco.store.session
Class SessionStoreJdbcInformix

java.lang.Object
  |
  +--org.locomotive.loco.store.session.SessionStore
        |
        +--org.locomotive.loco.store.session.SessionStoreJdbc
              |
              +--org.locomotive.loco.store.session.SessionStoreJdbcInformix

public class SessionStoreJdbcInformix
extends SessionStoreJdbc


Constructor Summary
SessionStoreJdbcInformix()
           
 
Method Summary
 long createNewSession(java.sql.Connection conn, int srid, int userid, java.sql.Timestamp expire)
          Saves a new Session and returns its sid
 
Methods inherited from class org.locomotive.loco.store.session.SessionStoreJdbc
associateUser, expire, getLocoSessionRow, getNextSessionId, getSessionObjects, removeObjects, resetExpiration, storeObjects, storeSessionObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionStoreJdbcInformix

public SessionStoreJdbcInformix()
Method Detail

createNewSession

public long createNewSession(java.sql.Connection conn,
                             int srid,
                             int userid,
                             java.sql.Timestamp expire)
                      throws FailedSessionException
Description copied from class: SessionStore
Saves a new Session and returns its sid
Overrides:
createNewSession in class SessionStoreJdbc
Tags copied from class: SessionStore
Parameters:
conn - a JDBC connection with access to the Loco session tables
srid - the random number for cookie checks
userid - the user
expire - the timestamp
Throws:
FailedSessionException - if there is a database error or the session cannot be found