|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vfny.geoserver.zserver.GeoSearchable
An implementation of searchable derived from DemoSearchable, which was A sample implementation of searchable that returns random numbers of hits and random result records.
| Field Summary |
| Fields inherited from interface com.k_int.IR.Searchable |
GROUP_COORDINATOR, SPECIFIC_SOURCE |
| Constructor Summary | |
GeoSearchable()
no argument constructo. |
|
| Method Summary | |
com.k_int.IR.SearchTask |
createTask(com.k_int.IR.IRQuery q,
java.lang.Object user_data)
Create a SearchTask. |
com.k_int.IR.SearchTask |
createTask(com.k_int.IR.IRQuery q,
java.lang.Object user_data,
java.util.Observer[] observers)
Create the search task. |
void |
destroy()
destroy the searchable object. |
int |
getManagerType()
Provide information about the type of Searchable object this realisation is |
java.util.Properties |
getServerProps()
gets the properties of the server. |
void |
init(java.util.Properties p)
inits the server with these properties. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GeoSearchable()
| Method Detail |
public void init(java.util.Properties p)
init in interface com.k_int.IR.Searchablep - the properties to init with.public void destroy()
destroy in interface com.k_int.IR.Searchablepublic int getManagerType()
getManagerType in interface com.k_int.IR.Searchable
public com.k_int.IR.SearchTask createTask(com.k_int.IR.IRQuery q,
java.lang.Object user_data)
createTask in interface com.k_int.IR.Searchableq - The query to get results for.user_data - not currently used, needed to implement interface.
public com.k_int.IR.SearchTask createTask(com.k_int.IR.IRQuery q,
java.lang.Object user_data,
java.util.Observer[] observers)
createTask in interface com.k_int.IR.Searchableq - The query to get results for.user_data - not used (use null).observers - not implemented (use null).
public java.util.Properties getServerProps()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||