org.exist.management.impl
Class ProcessReport

java.lang.Object
  extended by org.exist.management.impl.ProcessReport
All Implemented Interfaces:
ProcessReportMBean

public class ProcessReport
extends Object
implements ProcessReportMBean


Constructor Summary
ProcessReport(BrokerPool pool)
           
 
Method Summary
 TabularData getRecentQueryHistory()
           
 TabularData getRunningJobs()
           
 TabularData getRunningQueries()
           
 TabularData getScheduledJobs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessReport

public ProcessReport(BrokerPool pool)
Method Detail

getScheduledJobs

public TabularData getScheduledJobs()
Specified by:
getScheduledJobs in interface ProcessReportMBean

getRunningJobs

public TabularData getRunningJobs()
Specified by:
getRunningJobs in interface ProcessReportMBean

getRunningQueries

public TabularData getRunningQueries()
Specified by:
getRunningQueries in interface ProcessReportMBean

getRecentQueryHistory

public TabularData getRecentQueryHistory()
Specified by:
getRecentQueryHistory in interface ProcessReportMBean


Copyright (C) Wolfgang Meier. All rights reserved.