jet.server.api.rmi
Interface RemoteRstResultInfo

All Superinterfaces:
java.rmi.Remote

public interface RemoteRstResultInfo
extends java.rmi.Remote

Interface RemoteRstResultInfo contains information of a rst result in the server.

Since:
version 8

Method Summary
 java.util.Vector getReportSheetInfos()
          Return information of report sheets of the report set.
 

Method Detail

getReportSheetInfos

java.util.Vector getReportSheetInfos()
                                     throws RptServerException,
                                            java.rmi.RemoteException
Return information of report sheets of the report set.

Returns:
information of report sheets of the report set. The Vector cantains ReportSheetInfo objects.
Throws:
RptServerException - if a RptServerException occurs.
java.rmi.RemoteException - if a RemoteException occurs.
See Also:
ReportSheetInfo