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

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

public class Bird
extends Object


Constructor Summary
Bird()
           
 
Method Summary
 void destroy()
           
static AtomicInteger getDestroyBirdCalled()
           
static AtomicInteger getInitBirdCalled()
           
 void init()
           
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

init

@PostConstruct
public void init()

destroy

@PreDestroy
public void destroy()

reset

public static void reset()

getInitBirdCalled

public static AtomicInteger getInitBirdCalled()

getDestroyBirdCalled

public static AtomicInteger getDestroyBirdCalled()


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