@Named @Default @ConversationScoped public class Cloud extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
CUMULUS |
static String |
NAME |
static String |
RAINED_HEADER_NAME |
| Constructor and Description |
|---|
Cloud() |
| Modifier and Type | Method and Description |
|---|---|
void |
cumulus() |
void |
destroy() |
String |
getName() |
static boolean |
isDestroyed() |
boolean |
isRained() |
void |
rain() |
static void |
setDestroyed(boolean destroyed) |
public static final String NAME
public static final String RAINED_HEADER_NAME
public static final String CUMULUS
@PreDestroy public void destroy()
public static boolean isDestroyed()
public static void setDestroyed(boolean destroyed)
public String getName()
public void rain()
public boolean isRained()
public void cumulus()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.