Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.topologyMBean.runtime.lifecycle
Class WebApplicationLifeCycleCallBack

java.lang.Object
  extended by oracle.as.jmx.framework.util.ServletContextListenerSupport
      extended by oracle.apps.fnd.applcore.topologyMBean.runtime.lifecycle.WebApplicationLifeCycleCallBack
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class WebApplicationLifeCycleCallBack
extends oracle.as.jmx.framework.util.ServletContextListenerSupport

Demonstrates a way to implement JMX life-cycle for application MBeans that should be registered upon application start/deployment and unregistered upon application stop/undeployment

Version:
$Header: WebApplicationLifeCycleCallBack.java

Constructor Summary
WebApplicationLifeCycleCallBack()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent sce)
           
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 oracle.as.jmx.framework.util.ConfigObjectMBeanAssociationInfo[] getConfigObjectMBeanAssociationInfos()
           
 
Methods inherited from class oracle.as.jmx.framework.util.ServletContextListenerSupport
getManagedRootConfigMBeans
 
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 sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class oracle.as.jmx.framework.util.ServletContextListenerSupport

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Overrides:
contextDestroyed in class oracle.as.jmx.framework.util.ServletContextListenerSupport

getConfigObjectMBeanAssociationInfos

public oracle.as.jmx.framework.util.ConfigObjectMBeanAssociationInfo[] getConfigObjectMBeanAssociationInfos()
Specified by:
getConfigObjectMBeanAssociationInfos in class oracle.as.jmx.framework.util.ServletContextListenerSupport

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.