org.jboss.seam.jms.example.statuswatcher.session
Class ReceivingClient
java.lang.Object
org.jboss.seam.jms.example.statuswatcher.session.ReceivingClient
- All Implemented Interfaces:
- Serializable
@SessionScoped
@Named
public class ReceivingClient
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivingClient
public ReceivingClient()
initialize
@PostConstruct
public void initialize()
cleanup
@PreDestroy
public void cleanup()
throws Exception
- Throws:
Exception
changeFollowing
public void changeFollowing(ValueChangeEvent e)
throws Exception
- Throws:
Exception
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(Status status)
Copyright © 2011 Seam Framework. All Rights Reserved.