|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--bees.core.ProtocolSession
|
+--bees.core.ExtendedProtocolSession
|
+--bees.core.IDTranslatorSession
An IDTranslatorSession manages any IDTranslationProtocol state and interacts with an external interests.
| Fields inherited from class bees.core.ExtendedProtocolSession |
METHOD_ADD_NEIGHBOR, METHOD_ERROR, METHOD_NONE, METHOD_REGISTER, METHOD_REM_NEIGHBOR, METHOD_REPLY, METHOD_UNREGISTER, METHOD_USER, REGISTER_TIMEOUT |
| Fields inherited from class bees.core.ProtocolSession |
neighbors |
| Method Summary | |
void |
addNeighbor(Node node,
ExternalCapsule ec,
NeighborImpl ni)
Handle a neighbor addition. |
void |
attachNeighbor(Node node,
Neighbor neighbor)
Call back used to attach receivers for this protocol's Capsules. |
java.lang.String |
toString()
|
| Methods inherited from class bees.core.ExtendedProtocolSession |
getInterests, getNeighbors, notifyInterests, receive, register, removeNeighbor, reply, reply, unregister, userReceive |
| Methods inherited from class bees.core.ProtocolSession |
addNeighbor, detachNeighbor, getByteArray, getCache, removeNeighbor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public void attachNeighbor(Node node,
Neighbor neighbor)
ProtocolSessionattachNeighbor in class ProtocolSessionProtocolSession.attachNeighbor(Node, Neighbor)
public void addNeighbor(Node node,
ExternalCapsule ec,
NeighborImpl ni)
ExtendedProtocolSessionaddNeighbor in class ExtendedProtocolSessionExtendedProtocolSession.addNeighbor(Node, ExternalCapsule, NeighborImpl)public java.lang.String toString()
toString in class ExtendedProtocolSession
|
Bees v0.5.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||