Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.mbean.registration
Class WebApplicationLifeCycleCallBack

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.mbean.registration.WebApplicationLifeCycleCallBack
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class WebApplicationLifeCycleCallBack
extends java.lang.Object
implements javax.servlet.ServletContextListener

The Servlet context listener which registers and unregisters the Executor MBean upon application startup and shutdown.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/appltest/applications/Diagnostics/TestExecutor/src/oracle/apps/fnd/appltest/diagfwk/mbean/registration/WebApplicationLifeCycleCallBack.java /main/5 2010/03/12 18:12:09 ilawler Exp $
Author:
Oracle

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

Constructor Detail

WebApplicationLifeCycleCallBack

public WebApplicationLifeCycleCallBack()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent event)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent event)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.