Arquillian Example Domain 1.0.0.CR1

com.acme.cdi.conversation
Class LongRunningBean

java.lang.Object
  extended by com.acme.cdi.conversation.LongRunningBean
All Implemented Interfaces:
Serializable

@ConversationScoped
public class LongRunningBean
extends Object
implements Serializable

LongRunningBean

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
Serialized Form

Constructor Summary
LongRunningBean()
           
 
Method Summary
 void addMessage(String message)
           
 List<String> getMessages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongRunningBean

public LongRunningBean()
Method Detail

addMessage

public void addMessage(String message)

getMessages

public List<String> getMessages()

Arquillian Example Domain 1.0.0.CR1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.