org.jboss.jsr299.tck.tests.context.conversation
Class Cumulus
java.lang.Object
org.jboss.jsr299.tck.tests.context.conversation.Cumulus
- All Implemented Interfaces:
- Serializable
@ConversationScoped
@Named
public class Cumulus
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cumulus
public Cumulus()
beginConversation
public void beginConversation()
beginConversationIdentifiedByCustomIdentifier
public void beginConversationIdentifiedByCustomIdentifier()
beginConversationAndSwallowException
public String beginConversationAndSwallowException()
beginConversationAndSetTimeout
public void beginConversationAndSetTimeout()
endConversation
public void endConversation()
endConversationAndSwallowException
public String endConversationAndSwallowException()
isConversationIdentifiedByCustomIdentifier
public boolean isConversationIdentifiedByCustomIdentifier()
isConversationIdentifierNull
public boolean isConversationIdentifierNull()
isConversationTimeoutSetProperly
public boolean isConversationTimeoutSetProperly()
isConversationHasDefaultTimeout
public boolean isConversationHasDefaultTimeout()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.