jet.server.api.rmi
Interface RemoteRstResultInfo
- All Superinterfaces:
- java.rmi.Remote
public interface RemoteRstResultInfo
- extends java.rmi.Remote
Interface RemoteRstResultInfo
contains information of an rst result in the server.
Method Summary |
java.util.Vector |
getReportSheetInfos()
Returns information of report sheets of the report. |
getReportSheetInfos
java.util.Vector getReportSheetInfos()
throws RptServerException,
java.rmi.RemoteException
- Returns information of report sheets of the report.
- Returns:
- information of report sheets of the report. The Vector contains ReportSheetInfo objects.
- Throws:
RptServerException
- if an RptServerException occurs.
java.rmi.RemoteException
- if communication-related error occurs during RMI call execution.- See Also:
ReportSheetInfo