RichFaces Showcase 4.2.1.CR1

org.richfaces.demo.queue
Class QueueBean

java.lang.Object
  extended by org.richfaces.demo.queue.QueueBean
All Implemented Interfaces:
Serializable

public class QueueBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
QueueBean()
           
 
Method Summary
 int getEvents()
           
 Long getRequestDelay()
           
 int getRequests()
           
 String getText()
           
 boolean isIgnoreDupResponces()
           
 void resetText()
           
 void setEvents(int events)
           
 void setIgnoreDupResponces(boolean ignoreDupResponces)
           
 void setRequestDelay(Long requestDelay)
           
 void setRequests(int reuqests)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueBean

public QueueBean()
Method Detail

resetText

public void resetText()

getRequestDelay

public Long getRequestDelay()

setRequestDelay

public void setRequestDelay(Long requestDelay)

isIgnoreDupResponces

public boolean isIgnoreDupResponces()

setIgnoreDupResponces

public void setIgnoreDupResponces(boolean ignoreDupResponces)

getText

public String getText()

setText

public void setText(String text)

getRequests

public int getRequests()

setRequests

public void setRequests(int reuqests)

getEvents

public int getEvents()

setEvents

public void setEvents(int events)

RichFaces Showcase 4.2.1.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.