public interface MoxtraClientStore
MoxtraClient in eXo infrastructure. It can be added as a plugin to MoxtraService
and then the service will store and then load clients from this store.| Modifier and Type | Method and Description |
|---|---|
boolean |
load(MoxtraClient client)
Load stored client data into given client instance.
|
MoxtraMeet |
readMeet(MoxtraClient client) |
MoxtraUser |
readUser(MoxtraClient client) |
void |
save(MoxtraClient client)
Save given client data in the store.
|
void |
saveMeet(MoxtraClient client,
MoxtraMeet meet) |
void |
saveUser(MoxtraClient client,
MoxtraUser user) |
void save(MoxtraClient client) throws MoxtraStoreException
client - MoxtraClientMoxtraStoreExceptionboolean load(MoxtraClient client) throws MoxtraStoreException
true and add required listeners to the client to track later updates and save them in the
store.client - MoxtraClienttrue if client data found and loaded successfully, false
otherwiseMoxtraStoreExceptionvoid saveUser(MoxtraClient client, MoxtraUser user) throws MoxtraStoreException
MoxtraStoreExceptionMoxtraUser readUser(MoxtraClient client) throws MoxtraStoreException
MoxtraStoreExceptionvoid saveMeet(MoxtraClient client, MoxtraMeet meet) throws MoxtraStoreException
MoxtraStoreExceptionMoxtraMeet readMeet(MoxtraClient client) throws MoxtraStoreException
MoxtraStoreExceptionCopyright © 2003–2015 eXo Platform SAS. All rights reserved.