|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PeerToken | |
com.resilientedge.jockey.peerbridge | |
com.resilientedge.jockey.service | |
org.resilientedge.jockey.peer | |
org.resilientedge.jockey.peerbridge | |
org.resilientedge.jockey.service |
Uses of PeerToken in com.resilientedge.jockey.peerbridge |
Methods in com.resilientedge.jockey.peerbridge that return PeerToken | |
PeerToken |
SimpSockPeer.toPeerToken()
Return a copy of this object translated to a client side token. |
PeerToken |
LoopbackPeer.toPeerToken()
Return a copy of this object translated to a client side token. |
Methods in com.resilientedge.jockey.peerbridge with parameters of type PeerToken | |
PBPeer |
SimpSockPeer.fromPeerToken(PeerToken token)
Return a reference to a peer implementation, translated from a client side token. |
PBPeer |
SimpSockEntityManager.locatePeerByToken(PeerToken peerToken)
Return a reference to the peer identified by the given token. |
PBPeer |
LoopbackPeer.fromPeerToken(PeerToken token)
Return a reference to a peer implementation, translated from a client side token. |
PBPeer |
LoopbackEntityManager.locatePeerByToken(PeerToken peerToken)
Return a reference to the peer identified by the given token. |
Uses of PeerToken in com.resilientedge.jockey.service |
Methods in com.resilientedge.jockey.service with parameters of type PeerToken | |
ServiceProxy |
ServiceManagerImpl.findServiceAt(PeerToken peer,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer, attribute type, and value as criteria. |
Uses of PeerToken in org.resilientedge.jockey.peer |
Methods in org.resilientedge.jockey.peer with parameters of type PeerToken | |
void |
PeerNetworkListener.discovered(FindMarker marker,
PeerToken peers)
Called when a peer is found |
Uses of PeerToken in org.resilientedge.jockey.peerbridge |
Methods in org.resilientedge.jockey.peerbridge that return PeerToken | |
PeerToken |
PBPeer.toPeerToken()
Return a copy of this object translated to a client side token. |
Methods in org.resilientedge.jockey.peerbridge with parameters of type PeerToken | |
PBPeer |
PBEntityManager.locatePeerByToken(PeerToken peerToken)
Return a reference to the peer identified by the given token. |
PBPeer |
PBPeer.fromPeerToken(PeerToken token)
Return a reference to a peer implementation, translated from a client side token. |
Uses of PeerToken in org.resilientedge.jockey.service |
Methods in org.resilientedge.jockey.service that return PeerToken | |
PeerToken |
ServiceProxy.getPeer()
Gets the peer that the service is located at |
Methods in org.resilientedge.jockey.service with parameters of type PeerToken | |
ServiceProxy |
ServiceManager.findServiceAt(PeerToken peer,
java.lang.String attributeType,
java.lang.Object attributeValue)
Locates a service locally given the peer, attribute type, and value as criteria. |
void |
ServiceProxy.setPeer(PeerToken newValue)
Sets the peer that the service is located at |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |