public class Eagle extends Bird
| Constructor and Description |
|---|
Eagle() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroyEagle() |
static AtomicInteger |
getDestroyEagleCalled() |
static AtomicInteger |
getInitEagleCalled() |
void |
initEagle() |
void |
ping() |
static void |
reset() |
destroyBird, getDestroyBirdCalled, getInitBirdCalled, initBird@PostConstruct public void initEagle()
@PreDestroy public void destroyEagle()
public void ping()
public static AtomicInteger getInitEagleCalled()
public static AtomicInteger getDestroyEagleCalled()
public static void reset()
Copyright © 2008–2016 CDI TCK. All rights reserved.