|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GUID | |
|---|---|
| p2p.basic | |
| p2p.storage | |
| p2p.storage.events | |
| Uses of GUID in p2p.basic |
|---|
| Methods in p2p.basic that return GUID | |
|---|---|
abstract GUID |
P2PFactory.generateGUID()
Generate a GUID instance compatible with the P2P implementation. |
GUID |
Peer.getGUID()
Get the guid the distiguishes this peer from others. |
GUID |
Message.getGUID()
Get the message's guid. |
| Uses of GUID in p2p.storage |
|---|
| Methods in p2p.storage that return GUID | |
|---|---|
GUID |
Query.getGUID()
Get the query's guid. |
GUID |
DataItem.getGUID()
Get the ID of the item. |
| Methods in p2p.storage with parameters of type GUID | |
|---|---|
DataItem |
TypeHandler.createDataItem(GUID guid,
Key key,
Peer host,
Object data)
Create a DataItem instance compatible with the Storage implementation. |
| Uses of GUID in p2p.storage.events |
|---|
| Methods in p2p.storage.events with parameters of type GUID | |
|---|---|
void |
SearchListener.newSearchResult(GUID guid,
Collection results)
Invoked when a new search result is available |
void |
SearchListener.noResultsFound(GUID guid)
Invoked when a search resulted in no results. |
void |
SearchListener.searchFailed(GUID guid)
Invoked when a search failed. |
void |
SearchListener.searchFinished(GUID guid)
Invoked when a search finished. |
void |
SearchListener.searchStarted(GUID guid,
String message)
Invoked when a search started (reached a responsible peer). |
|
P-Grid v2.0a2 API Specification | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||