mguesdon@orange-concept.com
)Version: 1.2
Date: 2002/11/23 11:06:39
Copyright: (C) 2002 Free Software Foundation, Inc.
- Declared in:
- Foundation/GSWLongResponsePage.h
- Conforms to:
- NSLocking
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Method summaryDescription forthcoming.
Called when the process thread is cancelled. Replace -pageForResult: call. Default implementation stops automatic refresh and returns self.
Return YES
if action is canceled by the
user. Used to abort thread. (Lock protected)
Locks the page
Called when an exception occur in the process thread. Replace -pageForResult: call. Default implemnetation raise the exception
Called when the process thread is done. Default implementation stops automatic refresh and returns self. You can override this to return a newly created result page
This method should be overwritten to return a result. Default implementation raise an exception Warning: you should first increase app worker thread count. count=1 ==> you code don't nead to be thread safe count>1 ==> if your code is not thread safe, you should disable concurrent request handling count>1 ==> if your code is thread safe, you can enable concurrent request handling
This method is call by GSWMetaRefresh -invokeAction . It can be manually called (for example if the page does not refresh itself. Status value make it call -pageForException: , -pageForResult: , -refreshPageForStatus: or -cancelPageForStatus: Don't override it
Get the refresh interval.
Called on each refresh. Should return self.
Set the refresh interval. Default is 0. If >0, a refresh header is appended to the response
Set status (Lock protected)
Unlock the page