Forge - Parent 2.0.0.Alpha1

org.example
Class LifecycleListenerService

java.lang.Object
  extended by org.example.LifecycleListenerService

@Exported
@Singleton
public class LifecycleListenerService
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
LifecycleListenerService()
           
 
Method Summary
 boolean isPerformObserved()
           
 boolean isPreShutdownObserved()
           
 void perform(PostStartup event)
           
 void preShutdown(PreShutdown event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleListenerService

public LifecycleListenerService()
Method Detail

perform

public void perform(@Observes
                    PostStartup event)
             throws IOException
Throws:
IOException

preShutdown

public void preShutdown(@Observes
                        PreShutdown event)

isPerformObserved

public boolean isPerformObserved()

isPreShutdownObserved

public boolean isPreShutdownObserved()

Forge - Parent 2.0.0.Alpha1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.