JSCAPE MFT Server

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

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.ReportServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor

public class ReportServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor

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.

Returns:
service reports

setReports

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

Parameters:
value - the service reports

toString

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

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved