| Constructor and Description |
|---|
Fox() |
| Modifier and Type | Method and Description |
|---|---|
void |
construct() |
void |
destroy() |
static int |
getDestroyCount() |
String |
getName() |
static boolean |
isDependentContextActiveDuringPostConstruct() |
static boolean |
isDestroyed() |
void |
remove() |
static void |
setDependentContextActiveDuringPostConstruct(boolean dependentContextActiveDuringPostConstruct) |
static void |
setDestroyCount(int destroyCount) |
static void |
setDestroyed(boolean destroyed) |
@PostConstruct public void construct()
public static boolean isDestroyed()
public static void setDestroyed(boolean destroyed)
public static void setDestroyCount(int destroyCount)
public static int getDestroyCount()
public static boolean isDependentContextActiveDuringPostConstruct()
public static void setDependentContextActiveDuringPostConstruct(boolean dependentContextActiveDuringPostConstruct)
@PreDestroy public void destroy()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.