Uses of Class
com.jalios.jstore.jsync.UpdateMessage
-
Packages that use UpdateMessage Package Description com.jalios.jstore.jsync Contains JSync core classes. -
-
Uses of UpdateMessage in com.jalios.jstore.jsync
Methods in com.jalios.jstore.jsync with parameters of type UpdateMessage Modifier and Type Method Description boolean
JSyncReplica. processUpdateMessage(java.io.OutputStream out, UpdateMessage msg)
Process an UpdateMessageConstructors in com.jalios.jstore.jsync with parameters of type UpdateMessage Constructor Description UpdateJSyncEvent(int direction, UpdateMessage msg, java.lang.String url, int statusCode)
UpdateJSyncEvent(UpdateMessage msg, java.lang.String url, int statusCode, int opCount, int fileCount, boolean partial)
UpdateJSyncEvent(UpdateMessage msg, java.lang.String url, int statusCode, int opCount, int fileCount, boolean merge, int nbUU, int nbUD, int nbDU, int nbDD)
-