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
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 © 2006 BEA Systems, Inc. All Rights Reserved