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

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

public class Eagle
extends Bird


Constructor Summary
Eagle()
           
 
Method Summary
 void destroyEagle()
           
static AtomicInteger getDestroyEagleCalled()
           
static AtomicInteger getInitEagleCalled()
           
 void initEagle()
           
 void ping()
           
static void reset()
           
 
Methods inherited from class org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.wrapped.Bird
destroyBird, getDestroyBirdCalled, getInitBirdCalled, initBird
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Eagle

public Eagle()
Method Detail

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-2012 Seam Framework. All Rights Reserved.