|
Lightweight Bartering Grid | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchEngineHandle
Handle to access a search engine's services.
Available operations are list and add, but removal is prohibited for
security reasons.
SearchEngineResponse
Method Summary | |
---|---|
void |
add(ExternalPeerHandle handle)
Adds a handle to this SearchEngine. |
SearchEngineResponse |
getHandles()
Gets all handles that this engine currently knows. |
SearchEngineResponse |
getHandles(long since)
Gets handles newer than a specified time. |
java.lang.String |
id()
Returns this engine's ID. |
Method Detail |
---|
java.lang.String id()
SearchEngineResponse getHandles() throws GridException
GridException
SearchEngineResponse getHandles(long since) throws GridException
since
- Timestamp of the last response
GridException
void add(ExternalPeerHandle handle) throws GridException
handle
- The handle to add
GridException
- If the handle is invalid
|
Lightweight Bartering Grid | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.