org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.overriden.wrapped
Class Falcon
java.lang.Object
org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.overriden.wrapped.Bird
org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.overriden.wrapped.Falcon
public class Falcon
- extends Bird
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Falcon
public Falcon()
init
public void init()
- Overrides:
init in class Bird
destroy
public void destroy()
- Overrides:
destroy in class Bird
ping
public void ping()
getInitFalconCalled
public static AtomicInteger getInitFalconCalled()
getDestroyFalconCalled
public static AtomicInteger getDestroyFalconCalled()
reset
public static void reset()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.