com.prolifics.remoteReport
Interface WebReportAccess

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface WebReportAccess
extends javax.ejb.EJBObject

This is an Enterprise Java Bean Remote Interface


Field Summary
static java.lang.String sccsid
           
 
Method Summary
 ReportChunk read(int id)
           
 WebReport runReport(java.lang.String reportFileName, java.lang.String args)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

sccsid

static final java.lang.String sccsid
See Also:
Constant Field Values
Method Detail

runReport

WebReport runReport(java.lang.String reportFileName,
                    java.lang.String args)
                    throws java.rmi.RemoteException,
                           java.io.IOException
Parameters:
reportFileName - java.lang.String
args - java.lang.String
Returns:
com.prolifics.ejb.WebReport
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.rmi.RemoteException
java.io.IOException

read

ReportChunk read(int id)
                 throws java.rmi.RemoteException,
                        java.io.IOException
Parameters:
id - int
Returns:
com.prolifics.remoteReport.ReportChunk
Throws:
java.lang.String - The exception description.
java.lang.String - The exception description.
java.rmi.RemoteException
java.io.IOException