Skip navigation links


com.bea.p13n.http
Class SessionMonitor.TotalSessionSizeOnly

java.lang.Object
  extended by com.bea.p13n.http.SessionMonitor
      extended by com.bea.p13n.http.SessionMonitor.TotalSessionSizeOnly

All Implemented Interfaces
EventListener, javax.servlet.http.HttpSessionAttributeListener
Enclosing class:
SessionMonitor

public static class SessionMonitor.TotalSessionSizeOnly
extends SessionMonitor

Use this class instead of SessionMonitor if you only want total session size (on each session change) without any attribute info.
For example:

     <listener>
         <listener-class> com.bea.p13n.http.SessionMonitor$TotalSessionSizeOnly </listener-class>
     </listener>
 

Nested Class Summary

 

Nested classes/interfaces inherited from class com.bea.p13n.http.SessionMonitor
SessionMonitor.AttributeInfoOnly, SessionMonitor.TotalSessionSizeOnly

 

Constructor Summary
SessionMonitor.TotalSessionSizeOnly()
           

 

Method Summary

 

Methods inherited from class com.bea.p13n.http.SessionMonitor
attributeAdded, attributeRemoved, attributeReplaced

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SessionMonitor.TotalSessionSizeOnly

public SessionMonitor.TotalSessionSizeOnly()

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.