com.prolifics.remoteReport
Class WebReportLocal

java.lang.Object
  extended by com.prolifics.remoteReport.WebReportLocal
All Implemented Interfaces:
WebReport, java.io.Serializable

public class WebReportLocal
extends java.lang.Object
implements WebReport, java.io.Serializable

Insert the type's description here. Creation date: (10/25/2001 2:06:50 PM)

See Also:
Serialized Form

Constructor Summary
WebReportLocal(ReportChunk reportContents)
          Insert the method's description here.
WebReportLocal(ReportChunk reportContents, javax.ejb.Handle remoteReportHandle, int id)
          Insert the method's description here.
 
Method Summary
 javax.ejb.EJBHome getEJBHome()
          getEJBHome method comment.
 javax.ejb.Handle getHandle()
          getHandle method comment.
 java.lang.Object getPrimaryKey()
          getPrimaryKey method comment.
 boolean isIdentical(javax.ejb.EJBObject arg1)
          isIdentical method comment.
 void remove()
          remove method comment.
 java.lang.String writeToTempFile(java.lang.String prefix, java.lang.String suffix, java.lang.String directory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebReportLocal

public WebReportLocal(ReportChunk reportContents)
Insert the method's description here. Creation date: (10/25/2001 2:09:01 PM)

Parameters:
reportContents - byte[]

WebReportLocal

public WebReportLocal(ReportChunk reportContents,
                      javax.ejb.Handle remoteReportHandle,
                      int id)
Insert the method's description here. Creation date: (11/3/2001 8:07:05 AM)

Parameters:
remoteReportResult - javax.ejb.Handle
Method Detail

writeToTempFile

public java.lang.String writeToTempFile(java.lang.String prefix,
                                        java.lang.String suffix,
                                        java.lang.String directory)
Specified by:
writeToTempFile in interface WebReport

getEJBHome

public javax.ejb.EJBHome getEJBHome()
getEJBHome method comment.

Specified by:
getEJBHome in interface WebReport

getHandle

public javax.ejb.Handle getHandle()
getHandle method comment.

Specified by:
getHandle in interface WebReport

getPrimaryKey

public java.lang.Object getPrimaryKey()
getPrimaryKey method comment.

Specified by:
getPrimaryKey in interface WebReport

isIdentical

public boolean isIdentical(javax.ejb.EJBObject arg1)
isIdentical method comment.

Specified by:
isIdentical in interface WebReport

remove

public void remove()
remove method comment. this method is required for compatability with Panther Web.

Specified by:
remove in interface WebReport