org.oddjob.webapp.jsf
Class ConsoleTabBean

java.lang.Object
  extended by org.oddjob.webapp.jsf.DetailBase
      extended by org.oddjob.webapp.jsf.ConsoleTabBean

@ManagedBean(name="console")
public class ConsoleTabBean
extends DetailBase

Managed Bean for console messages.

Author:
Rob Gordon.

Constructor Summary
ConsoleTabBean()
           
 
Method Summary
 Collection<LogEvent> getEvents()
          Getter for console events.
 
Methods inherited from class org.oddjob.webapp.jsf.DetailBase
getDetail, getJobInfoLookup, getRefId, setDetail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleTabBean

public ConsoleTabBean()
Method Detail

getEvents

public Collection<LogEvent> getEvents()
Getter for console events.

Returns:
A list of LogEvent objects.