com.jscape.inet.mft.management.descriptors
Class ReportServiceDescriptor

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.ReportServiceDescriptor
All Implemented Interfaces:
com.jscape.inet.mft.audit.reporting.ReportService.Exporter, com.jscape.inet.mft.audit.reporting.ReportService.Importer, ServiceDescriptor

public class ReportServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor, com.jscape.inet.mft.audit.reporting.ReportService.Importer, com.jscape.inet.mft.audit.reporting.ReportService.Exporter

Reporting service descriptor. The service described by this descriptor takes responsibility for reporting.

Author:
Alex
See Also:
Source code

Constructor Summary
ReportServiceDescriptor()
          This constructor is used by serialization sub-system and is not intended to use directly in client code.
ReportServiceDescriptor(Report[] reports)
          Creates a new descriptor instance.
 
Method Summary
 Report[] getReports()
          Returns service reports.
 void setReports(Report[] value)
          Sets service reports.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportServiceDescriptor

public ReportServiceDescriptor(Report[] reports)
Creates a new descriptor instance.

Parameters:
reports - reports

ReportServiceDescriptor

public ReportServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code.

Method Detail

getReports

public Report[] getReports()
Returns service reports.

Specified by:
getReports in interface com.jscape.inet.mft.audit.reporting.ReportService.Importer
Returns:
service reports

setReports

public void setReports(Report[] value)
Sets service reports.

Specified by:
setReports in interface com.jscape.inet.mft.audit.reporting.ReportService.Exporter
Parameters:
value - the service reports

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 JSCAPE Corp. All Rights Reserved.