|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientService
Provides services related to remote instances acting as clients.
| Method Summary | |
|---|---|
void |
clientPong(java.lang.String username,
java.lang.String appId)
Informs local instance that notifications and tasks can be created for a user from the remote instance. |
void |
updatePotentialClient(java.lang.String appId)
Updates remote client registration. |
void |
verifyAuth(java.lang.String username)
Informs remote servers that we are interested in tasks and notifications for the given user. |
| Method Detail |
|---|
void verifyAuth(java.lang.String username)
username - user that is interested in tasks and notifications
void clientPong(java.lang.String username,
java.lang.String appId)
username - username of the authorised userappId - application id of the remote instancevoid updatePotentialClient(java.lang.String appId)
appId - application id of the remote client
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||