Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.webcenter.peopleconnections.connections
Class LifecycleListener

java.lang.Object
  extended by oracle.webcenter.framework.service.LifecycleListener
      extended by oracle.webcenter.peopleconnections.connections.LifecycleListener

All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public final class LifecycleListener
extends oracle.webcenter.framework.service.LifecycleListener

Lifecycle Listener implementation to handle init and destroy servlet actions for the specific service.


Constructor Summary
LifecycleListener()
           

 

Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
           
 void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
          getConnectionsManager() is called which returns an instance of ConnectionsManager which is having methods for managing connections among users in the system.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LifecycleListener

public LifecycleListener()

Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
getConnectionsManager() is called which returns an instance of ConnectionsManager which is having methods for managing connections among users in the system.
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class oracle.webcenter.framework.service.LifecycleListener

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Overrides:
contextDestroyed in class oracle.webcenter.framework.service.LifecycleListener

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.