jmx
Class ServletAgentInitializer

java.lang.Object
  |
  +--HttpServlet
        |
        +--jmx.ServletAgentInitializer

public class ServletAgentInitializer
extends HttpServlet

Servlet usado para inicializar o agente do MBean.

See Also:
Serialized Form

Constructor Summary
ServletAgentInitializer()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletAgentInitializer

public ServletAgentInitializer()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent sce)

contextDestroyed

public void contextDestroyed(ServletContextEvent sce)