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
|
| Methods inherited from interface javax.ejb.EJBObject |
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
sccsid
static final java.lang.String sccsid
- See Also:
- Constant Field Values
runReport
WebReport runReport(java.lang.String reportFileName,
java.lang.String args)
throws java.rmi.RemoteException,
java.io.IOException
- Parameters:
reportFileName - java.lang.Stringargs - 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