org.apache.jetspeed.container.session
Interface PortletApplicationSessionMonitor

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

public interface PortletApplicationSessionMonitor
extends javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionActivationListener, Serializable

PortletApplicationSessionMonitor

Version:
$Id: $
Author:
Ate Douma

Field Summary
static String SESSION_KEY
           
 
Method Summary
 String getContextPath()
           
 String getPortalSessionId()
           
 long getPortalSessionKey()
           
 javax.servlet.http.HttpSession getSession()
           
 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 String SESSION_KEY
Method Detail

getPortalSessionKey

long getPortalSessionKey()

getPortalSessionId

String getPortalSessionId()

getContextPath

String getContextPath()

invalidateSession

void invalidateSession()

getSession

javax.servlet.http.HttpSession getSession()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.