org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped
Class Bird

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped.Bird
Direct Known Subclasses:
Eagle

public class Bird
extends Object


Constructor Summary
Bird()
           
 
Method Summary
 void destroyBird()
           
static AtomicInteger getDestroyBirdCalled()
           
static AtomicInteger getInitBirdCalled()
           
 void initBird()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bird

public Bird()
Method Detail

initBird

@PostConstruct
public void initBird()

destroyBird

@PreDestroy
public void destroyBird()

reset

public static void reset()

getInitBirdCalled

public static AtomicInteger getInitBirdCalled()

getDestroyBirdCalled

public static AtomicInteger getDestroyBirdCalled()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.