org.jboss.webbeans.examples.conversations
Class Conversations

java.lang.Object
  extended by org.jboss.webbeans.examples.conversations.Conversations
All Implemented Interfaces:
java.io.Serializable

@SessionScoped
@Named(value="conversations")
public class Conversations
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Conversations()
           
 
Method Summary
static long getConversationTimeoutInMilliseconds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conversations

public Conversations()
Method Detail

getConversationTimeoutInMilliseconds

@Produces
@ConversationInactivityTimeout
@Example
public static long getConversationTimeoutInMilliseconds()


Copyright © 2008-2009. All Rights Reserved.