org.norther.tammi.spray.session
Class SessionExpirationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.norther.tammi.spray.session.SessionExpirationEvent
All Implemented Interfaces:
Serializable

public class SessionExpirationEvent
extends EventObject

Events of this type are sent to a session manager that implements the SessionExpirationListener interface when a session expires.

Version:
$Id: SessionExpirationEvent.java,v 1.6 2009/09/28 15:08:29 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SessionExpirationEvent(AuthenticatedSession session)
          Constructs a new event.
 
Method Summary
 AuthenticatedSession getSession()
          Gets the expired session.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionExpirationEvent

public SessionExpirationEvent(AuthenticatedSession session)
Constructs a new event.

Parameters:
session - the session.
Method Detail

getSession

public AuthenticatedSession getSession()
Gets the expired session.

Returns:
the expired session.


Copyright © 2004 The Norther Organization. All rights reserved.