@ConversationScoped @Named public class Cumulus extends Object implements Serializable
| Constructor and Description |
|---|
Cumulus() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginConversation() |
void |
beginConversationAndSetTimeout() |
String |
beginConversationAndSwallowException() |
void |
beginConversationIdentifiedByCustomIdentifier() |
String |
beginConversationIdentifiedByCustomIdentifierAndSwallowException() |
void |
beginNextConversationIdentifiedByCustomIdentifier() |
void |
endConversation() |
String |
endConversationAndSwallowException() |
boolean |
isConversationHasDefaultTimeout() |
boolean |
isConversationIdentifiedByCustomIdentifier() |
boolean |
isConversationIdentifierNull() |
boolean |
isConversationTimeoutSetProperly() |
public void beginConversation()
public void beginConversationIdentifiedByCustomIdentifier()
public void beginNextConversationIdentifiedByCustomIdentifier()
public String beginConversationIdentifiedByCustomIdentifierAndSwallowException()
public String beginConversationAndSwallowException()
public void beginConversationAndSetTimeout()
public void endConversation()
public String endConversationAndSwallowException()
public boolean isConversationIdentifiedByCustomIdentifier()
public boolean isConversationIdentifierNull()
public boolean isConversationTimeoutSetProperly()
public boolean isConversationHasDefaultTimeout()
Copyright © 2008–2016 CDI TCK. All rights reserved.