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
public class ReceivingClient
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReceivingClient()
           
 
Method Summary
 void changeFollowing(ValueChangeEvent e)
           
 void cleanup()
           
 List<Status> getReceivedStatuses()
           
 void history()
           
 void initialize()
           
 boolean isFollowAll()
           
 void notify(Status status)
           
 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()

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.