net.sf.infrared.agent.setup.weblogic
Class InfraREDApplicationLifeCycleListener

java.lang.Object
  extended byweblogic.application.ApplicationLifecycleListener
      extended bynet.sf.infrared.agent.setup.weblogic.InfraREDApplicationLifeCycleListener
Direct Known Subclasses:
InfraREDApplicationLifeCycleListener

public class InfraREDApplicationLifeCycleListener
extends weblogic.application.ApplicationLifecycleListener

This contains the callback methods that are called when an application is deployed on weblogic


Constructor Summary
InfraREDApplicationLifeCycleListener()
           
 
Method Summary
 void applicationDestroyed(weblogic.application.ApplicationLifecycleEvent event)
           
 void applicationInitialized(weblogic.application.ApplicationLifecycleEvent event)
           
 void postStart(weblogic.application.ApplicationLifecycleEvent event)
           
 void postStop(weblogic.application.ApplicationLifecycleEvent event)
           
 
Methods inherited from class weblogic.application.ApplicationLifecycleListener
initializingApplication, prepared, preparing, preStart, preStop, unprepared, unpreparing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfraREDApplicationLifeCycleListener

public InfraREDApplicationLifeCycleListener()
Method Detail

applicationInitialized

public void applicationInitialized(weblogic.application.ApplicationLifecycleEvent event)

postStart

public void postStart(weblogic.application.ApplicationLifecycleEvent event)

applicationDestroyed

public void applicationDestroyed(weblogic.application.ApplicationLifecycleEvent event)

postStop

public void postStop(weblogic.application.ApplicationLifecycleEvent event)