com.epnet.eit.web
Class EIT2ClientInitializeListener

java.lang.Object
  extended bycom.epnet.eit.web.EIT2ClientInitializeListener
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

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

This Listener initializes the EIT client with the profile and password you assing through web.xml


Constructor Summary
EIT2ClientInitializeListener()
           
 
Method Summary
 void contextDestroyed(javax.servlet.ServletContextEvent evt)
          Does nothing
 void contextInitialized(javax.servlet.ServletContextEvent evt)
          Initalizes EIT resources when application starts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EIT2ClientInitializeListener

public EIT2ClientInitializeListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent evt)
Initalizes EIT resources when application starts

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Parameters:
evt - Environment

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent evt)
Does nothing

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Parameters:
evt - Environment