@Dependent @Named @Default public class Fox extends Object
| Constructor and Description |
|---|
Fox() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
static int |
getDestroyCount() |
String |
getName() |
static boolean |
isDestroyed() |
static void |
reset() |
public static boolean isDestroyed()
public static void reset()
public static int getDestroyCount()
@PreDestroy public void destroy()
public String getName()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.