Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.product.servlet.filter
Class JMXSessionListener

java.lang.Object
  extended by org.hyperic.hq.product.servlet.filter.JMXSessionListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.http.HttpSessionListener

public final class JMXSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener


Constructor Summary
JMXSessionListener()
           
 
Method Summary
 int getCreated()
           
 int getDestroyed()
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 void setCreated(int created)
           
 void setDestroyed(int destroyed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXSessionListener

public JMXSessionListener()
Method Detail

getCreated

public int getCreated()

setCreated

public void setCreated(int created)

getDestroyed

public int getDestroyed()

setDestroyed

public void setDestroyed(int destroyed)

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.