org.example
Class NonService
java.lang.Object
org.example.NonService
@Singleton
public class NonService
- extends Object
- Author:
- Lincoln Baxter, III
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonService
public NonService()
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()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.