org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped
Class Eagle
java.lang.Object
org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped.Bird
org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped.Eagle
public class Eagle
- extends Bird
|
Constructor Summary |
Eagle()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Eagle
public Eagle()
initEagle
@PostConstruct
public void initEagle()
destroyEagle
@PreDestroy
public void destroyEagle()
ping
public void ping()
getInitEagleCalled
public static AtomicInteger getInitEagleCalled()
getDestroyEagleCalled
public static AtomicInteger getDestroyEagleCalled()
reset
public static void reset()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.