|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.ReportServiceDescriptor
public class ReportServiceDescriptor
Reporting service descriptor. The service described by this descriptor takes responsibility for reporting.
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 |
---|
public ReportServiceDescriptor(Report[] reports)
reports
- reportspublic ReportServiceDescriptor()
Method Detail |
---|
public Report[] getReports()
getReports
in interface com.jscape.inet.mft.audit.reporting.ReportService.Importer
public void setReports(Report[] value)
setReports
in interface com.jscape.inet.mft.audit.reporting.ReportService.Exporter
value
- the service reportspublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |