| Constructor and Description |
|---|
Bird() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyBird() |
static AtomicInteger |
getDestroyBirdCalled() |
static AtomicInteger |
getInitBirdCalled() |
void |
initBird() |
static void |
reset() |
@PostConstruct public void initBird()
@PreDestroy public void destroyBird()
public static void reset()
public static AtomicInteger getInitBirdCalled()
public static AtomicInteger getDestroyBirdCalled()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.