Inheritance diagram for sfi.director.application.FrontendSearchResults:

Public Member Functions | |
| FrontendSearchResults (Enumeration results, boolean randomAccess) | |
| String | getId () |
| void | dispose () |
| flush this object | |
| void | finalize () |
| synchronized DBObject | get (int i) throws DirectorException |
| synchronized DBObject | getNext () throws DirectorException |
| void | setTimeout (long timeout) |
Static Public Member Functions | |
| static FrontendSearchResults | getSearch (String id) |
| static Enumeration | getSearchIds () |
Static Package Functions | |
| [static initializer] | |
Package Attributes | |
| Enumeration | enumeratedResults |
| String | id |
| Vector | cachedResults = null |
| int | currentIndex = -1 |
| int | currentSize = 0 |
Static Package Attributes | |
| static Hashtable | knownSearches = new Hashtable() |
| static int | nextId = 1 |
|
||||||||||||
|
|
|
|
|
|
|
flush this object
Reimplemented from sfi.director.application.FrontendDisposableAdapter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5