|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppToken | |
com.resilientedge.jockey.peer | |
com.resilientedge.jockey.peerbridge | |
org.resilientedge.jockey.peer | |
org.resilientedge.jockey.peerbridge |
Uses of AppToken in com.resilientedge.jockey.peer |
Methods in com.resilientedge.jockey.peer that return AppToken | |
AppToken |
PeerPlatformImpl.startAppSession(AppDescriptor app)
Starts a new session for the given application and returns a new session token |
Methods in com.resilientedge.jockey.peer with parameters of type AppToken | |
PeerMessage |
MessageBrokerImpl.sendRequest(AppToken destApp,
PeerMessage request,
int timeout)
Sends a request to a app, waiting until the response is received or until the timeout is exceeded. |
SendMarker |
MessageBrokerImpl.sendMessage(AppToken destApp,
PeerMessage message)
Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission. |
ResponseMarker |
MessageBrokerImpl.sendAsyncRequest(AppToken destApp,
PeerMessage request,
int timeout)
Sends an asynchronous request to a app, informing the registered MessageListener when the response is received or the timeout has been exceeded. |
void |
MessageBrokerImpl.addMessageListener(AppToken app,
MessageListener listener)
Add a listener that wishes to receive message notifications. |
void |
MessageBrokerImpl.removeMessageListener(AppToken app,
MessageListener listener)
Remove an entity from the list of those interested in messages notifications. |
void |
MessageBrokerImpl.distribute(AppToken destApp,
PeerMessage message)
Distribute a message to waiting listeners. |
MessageBroker |
PeerPlatformImpl.getMessageBroker(AppToken app,
PeerGroupToken group)
Returns a broker for the given group |
void |
PeerPlatformImpl.endAppSession(AppToken app)
End a session for the given application. |
Uses of AppToken in com.resilientedge.jockey.peerbridge |
Methods in com.resilientedge.jockey.peerbridge that return AppToken | |
AppToken |
PeerPlatformBridge.startAppSession(AppDescriptor app,
Authority[] authorities)
Starts a new session for the given application and returns a new session token |
AppToken |
SimpSockApplication.toAppToken()
Return a copy of this object translated to a client side token. |
AppToken |
LoopbackApplication.toAppToken()
Return a copy of this object translated to a client side token. |
Methods in com.resilientedge.jockey.peerbridge with parameters of type AppToken | |
SendMarker |
MessageBrokerBridge.sendMessage(AppToken app,
PeerMessage message)
Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission. |
PeerMessage |
MessageBrokerBridge.sendRequest(AppToken app,
PeerMessage request,
int timeout)
Sends a request to a peer, waiting until the response is received or until the timeout is exceeded. |
ResponseMarker |
MessageBrokerBridge.sendAsyncRequest(AppToken app,
PeerMessage request,
int timeout)
Sends an asynchronous request to a peer, informing the registered MessageListener when the response is received or the timeout has been exceeded. |
void |
PeerPlatformBridge.endAppSession(AppToken app)
End a session for the given application. |
PBApplication |
SimpSockEntityManager.locateAppByToken(AppToken appToken)
Return a reference to the app identified by the given token. |
PBApplication |
LoopbackEntityManager.locateAppByToken(AppToken appToken)
Return a reference to the app identified by the given token. |
Uses of AppToken in org.resilientedge.jockey.peer |
Methods in org.resilientedge.jockey.peer that return AppToken | |
abstract AppToken |
PeerPlatform.startAppSession(AppDescriptor app)
Starts a new session for the given application and returns a new session token |
AppToken |
PeerMessage.getDestApp()
Gets the destination app for this message |
AppToken |
PeerMessage.getSourceApp()
Gets the source app for this message |
Methods in org.resilientedge.jockey.peer with parameters of type AppToken | |
abstract MessageBroker |
PeerPlatform.getMessageBroker(AppToken app,
PeerGroupToken group)
Returns a broker for the given group |
abstract void |
PeerPlatform.endAppSession(AppToken app)
Starts a new session for the given peer session token. |
void |
PeerMessage.setDestApp(AppToken app)
Sets the destination app for this message |
void |
PeerMessage.setSourceApp(AppToken app)
Sets the source app for this message |
PeerMessage |
MessageBroker.sendRequest(AppToken app,
PeerMessage request,
int timeout)
Sends a request to an app, waiting until the response is received or until the timeout is exceeded. |
SendMarker |
MessageBroker.sendMessage(AppToken app,
PeerMessage message)
Sends a message asynchronously, returning a SendMarker for tracking the progress of the message transmission. |
ResponseMarker |
MessageBroker.sendAsyncRequest(AppToken app,
PeerMessage request,
int timeout)
Sends an asynchronous request to an app, informing the registered MessageListener when the response is received or the timeout has been exceeded. |
void |
MessageBroker.addMessageListener(AppToken app,
MessageListener listener)
Add a listener that wishes to receive message notifications. |
void |
MessageBroker.removeMessageListener(AppToken app,
MessageListener listener)
Remove an entity from the list of those interested in messages notifications. |
Constructors in org.resilientedge.jockey.peer with parameters of type AppToken | |
PeerMessage(AppToken app)
Construct a new peer message. |
Uses of AppToken in org.resilientedge.jockey.peerbridge |
Methods in org.resilientedge.jockey.peerbridge that return AppToken | |
AppToken |
PBApplication.toAppToken()
Return a representation of this object as a client side token. |
Methods in org.resilientedge.jockey.peerbridge with parameters of type AppToken | |
PBApplication |
PBEntityManager.locateAppByToken(AppToken appToken)
Return a reference to the app identified by the given token. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |