Esri Geoportal Server
1.0

com.esri.gpt.sdisuite
Class IntegrationContextListener

java.lang.Object
  extended by com.esri.gpt.sdisuite.IntegrationContextListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class IntegrationContextListener
extends Object
implements ServletContextListener

Servlet context listener associated with sde.suite component integration.


Constructor Summary
IntegrationContextListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
          Invoked when the servlet context is destroyed.
 void contextInitialized(ServletContextEvent sce)
          Invoked when the servlet context is initialized.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegrationContextListener

public IntegrationContextListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent sce)
Invoked when the servlet context is initialized.

Specified by:
contextInitialized in interface ServletContextListener
Parameters:
sce - the servlet context event.

contextDestroyed

public void contextDestroyed(ServletContextEvent sce)
Invoked when the servlet context is destroyed.

Specified by:
contextDestroyed in interface ServletContextListener
Parameters:
sce - the servlet context event.

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.