public class OrderProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
postConstructCalled |
static boolean |
preDestroyCalled |
| Constructor and Description |
|---|
OrderProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
order() |
void |
postConstruct() |
void |
preDestroy() |
public static boolean postConstructCalled
public static boolean preDestroyCalled
@PostConstruct public void postConstruct()
@PreDestroy public void preDestroy()
public void order()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.