com.crystaldecisions.reports.reportengineinterface
Class JPEReportSourceFactory

java.lang.Object
  extended bycom.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory
All Implemented Interfaces:
IReportSourceFactory2

public class JPEReportSourceFactory
extends java.lang.Object
implements IReportSourceFactory2

Use the implementing interface, IReportSourceFactory2 to access the members of this class.


Constructor Summary
JPEReportSourceFactory()
           
 
Method Summary
 java.lang.Object createReportSource(java.lang.Object arg, java.util.Locale loc)
          Create a report source object based on the report string passed in.
 JPEReportSource createReportSource(java.lang.String docPath)
           For internal use only.
 void dispose()
           For internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPEReportSourceFactory

public JPEReportSourceFactory()
Method Detail

createReportSource

public JPEReportSource createReportSource(java.lang.String docPath)
                                   throws ReportSDKException

For internal use only.

Throws:
ReportSDKException

createReportSource

public java.lang.Object createReportSource(java.lang.Object arg,
                                           java.util.Locale loc)
                                    throws ReportSDKException
Description copied from interface: IReportSourceFactory2
Create a report source object based on the report string passed in.

Specified by:
createReportSource in interface IReportSourceFactory2
Parameters:
arg - A String representing a report. (For example, "/reports/sample.rpt".)
loc - A Locale object. (For example, request.getLocale())
Returns:
A report source that represents the report.
Throws:
ReportSDKException

dispose

public void dispose()

For internal use only.