COM.FutureTense.Interfaces
Interface IJSPObject


public interface IJSPObject


Method Summary
 java.lang.String getErrorMsg()
          Find out what the last detected error on this jsp object was
 void release()
          Delete the JSP file associated with this object.
 boolean reloadIfChanged()
          Reload this JSP object if the source bits have changed.
 int run(ICS ics, java.lang.StringBuffer sbError)
          Run this JSP object.
 

Method Detail

run

public int run(ICS ics,
               java.lang.StringBuffer sbError)
Run this JSP object.

Parameters:
ics - handle
sbError - For return values; may contain error information.
Returns:
Returns 0 on success, error code failure.

reloadIfChanged

public boolean reloadIfChanged()
Reload this JSP object if the source bits have changed.

Returns:
true on success, false on error.

release

public void release()
Delete the JSP file associated with this object.


getErrorMsg

public java.lang.String getErrorMsg()
Find out what the last detected error on this jsp object was