Forge - Parent 2.0.0.Alpha1

org.example
Class NonService

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

@Singleton
public class NonService
extends Object

Author:
Lincoln Baxter, III

Constructor Summary
NonService()
           
 
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

NonService

public NonService()
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.