com.bea.p13n.http
Class SessionMonitor.AttributeInfoOnly

java.lang.Object
  extended by com.bea.p13n.http.SessionMonitor
      extended by com.bea.p13n.http.SessionMonitor.AttributeInfoOnly
All Implemented Interfaces
EventListener, javax.servlet.http.HttpSessionAttributeListener
Enclosing class:
SessionMonitor

public static class SessionMonitor.AttributeInfoOnly
extends SessionMonitor

Use this class instead of SessionMonitor if you only want attribute info (add/remove/replace, serialization test, and size) without logging the total session size each time.
For example:

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.p13n.http.SessionMonitor
SessionMonitor.AttributeInfoOnly, SessionMonitor.TotalSessionSizeOnly
 
Constructor Summary
SessionMonitor.AttributeInfoOnly()
           
 
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.AttributeInfoOnly

public SessionMonitor.AttributeInfoOnly()


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.