org.jboss.jsr299.tck.tests.context.conversation
Class Cumulus

java.lang.Object
  extended by 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

Constructor Summary
Cumulus()
           
 
Method Summary
 void beginConversation()
           
 void beginConversationAndSetTimeout()
           
 String beginConversationAndSwallowException()
           
 void beginConversationIdentifiedByCustomIdentifier()
           
 void endConversation()
           
 String endConversationAndSwallowException()
           
 boolean isConversationHasDefaultTimeout()
           
 boolean isConversationIdentifiedByCustomIdentifier()
           
 boolean isConversationIdentifierNull()
           
 boolean isConversationTimeoutSetProperly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cumulus

public Cumulus()
Method Detail

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.