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