org.jboss.seam.rest.examples.client.tasks.analyzer
Class HistoryAnalyzer

java.lang.Object
  extended by org.jboss.seam.rest.examples.client.tasks.analyzer.HistoryAnalyzer

@Singleton
public class HistoryAnalyzer
extends Object

This analyzer identifies the oldest unresolved task.

Author:
Jozef Hartinger

Constructor Summary
HistoryAnalyzer()
           
 
Method Summary
 void processTask(Task task)
           
 void reportResult(ReportResultEvent result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryAnalyzer

public HistoryAnalyzer()
Method Detail

processTask

public void processTask(@Observes
                        Task task)

reportResult

public void reportResult(@Observes
                         ReportResultEvent result)


Copyright © 2011 Seam Framework. All Rights Reserved.