public class Falcon extends Bird
| Constructor and Description |
|---|
Falcon() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static AtomicInteger |
getDestroyFalconCalled() |
static AtomicInteger |
getInitFalconCalled() |
void |
init() |
void |
ping() |
static void |
reset() |
getDestroyBirdCalled, getInitBirdCalledpublic void ping()
public static AtomicInteger getInitFalconCalled()
public static AtomicInteger getDestroyFalconCalled()
public static void reset()
Copyright © 2008–2016 CDI TCK. All rights reserved.