org.apache.jetspeed.container.session
Interface PortalSessionMonitor

All Superinterfaces:
java.util.EventListener, javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionBindingListener, java.io.Serializable

public interface PortalSessionMonitor
extends javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionActivationListener, java.io.Serializable

PortalSessionMonitor

Version:
$Id: $
Author:
Ate Douma

Field Summary
static java.lang.String SESSION_KEY
           
 
Method Summary
 javax.servlet.http.HttpSession getSession()
           
 java.lang.String getSessionId()
           
 long getSessionKey()
           
 void invalidateSession()
           
 
Methods inherited from interface javax.servlet.http.HttpSessionBindingListener
valueBound, valueUnbound
 
Methods inherited from interface javax.servlet.http.HttpSessionActivationListener
sessionDidActivate, sessionWillPassivate
 

Field Detail

SESSION_KEY

static final java.lang.String SESSION_KEY
Method Detail

getSessionKey

long getSessionKey()

getSessionId

java.lang.String getSessionId()

invalidateSession

void invalidateSession()

getSession

javax.servlet.http.HttpSession getSession()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.