org.duracloud.durareport.rest
Class ServiceReportResource

java.lang.Object
  extended by org.duracloud.durareport.rest.ServiceReportResource

public class ServiceReportResource
extends Object


Constructor Summary
ServiceReportResource(ServiceMonitor serviceMonitor)
           
 
Method Summary
 void checkInitialized()
           
 InputStream getCompletedServicesReport(int limit)
           
 InputStream getCompletedServicesReport(String reportId)
           
 InputStream getCompletedServicesReportList()
           
 InputStream getDeployedServicesReport()
           
 void initialize(ServiceSummaryDirectory summaryDirectory, ServiceSummarizer summarizer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceReportResource

public ServiceReportResource(ServiceMonitor serviceMonitor)
Method Detail

initialize

public void initialize(ServiceSummaryDirectory summaryDirectory,
                       ServiceSummarizer summarizer)

getDeployedServicesReport

public InputStream getDeployedServicesReport()

getCompletedServicesReport

public InputStream getCompletedServicesReport(int limit)

getCompletedServicesReportList

public InputStream getCompletedServicesReportList()

getCompletedServicesReport

public InputStream getCompletedServicesReport(String reportId)
                                       throws ServiceSummaryNotFoundException
Throws:
ServiceSummaryNotFoundException

checkInitialized

public void checkInitialized()


Copyright © 2009-2011 DuraSpace. All Rights Reserved.