@Named(value="foxRun") public class FoxRun extends Object implements FoxRunLocal
| Modifier and Type | Field and Description |
|---|---|
FoxLocal |
anotherFox |
FoxLocal |
fox |
| Constructor and Description |
|---|
FoxRun() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
FoxLocal |
getFox() |
static boolean |
isDestroyed() |
void |
remove() |
static void |
setDestroyed(boolean destroyed) |
@PreDestroy public void destroy()
public static void setDestroyed(boolean destroyed)
public static boolean isDestroyed()
public FoxLocal getFox()
getFox in interface FoxRunLocalpublic void remove()
remove in interface FoxRunLocalCopyright © 2008-2015 Seam Framework. All Rights Reserved.