org.jboss.seam.jms.example.statuswatcher.session
Class ReceivingClient

java.lang.Object
  extended by org.jboss.seam.jms.example.statuswatcher.session.ReceivingClient
All Implemented Interfaces:
Serializable

@SessionScoped
@Named(value="receivingClient")
public class ReceivingClient
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReceivingClient()
           
 
Method Summary
 List<Status> getReceivedStatuses()
           
 void history()
           
 void initialize()
           
 boolean isFollowAll()
           
 void notify(Integer statusId)
           
 String receive()
           
 String send()
           
 void setFollowAll(boolean followAll)
           
 void setReceivedStatuses(LinkedList<Status> receivedStatuses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReceivingClient

public ReceivingClient()
Method Detail

initialize

@PostConstruct
public void initialize()

receive

public String receive()

send

public String send()

history

public void history()

getReceivedStatuses

public List<Status> getReceivedStatuses()
                                 throws Exception
Throws:
Exception

setReceivedStatuses

public void setReceivedStatuses(LinkedList<Status> receivedStatuses)

isFollowAll

public boolean isFollowAll()

setFollowAll

public void setFollowAll(boolean followAll)

notify

public void notify(Integer statusId)


Copyright © 2011 Seam Framework. All Rights Reserved.