Uses of Class
com.jalios.jstore.jsync.JSyncEvent
-
Packages that use JSyncEvent Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jstore.jsync Contains JSync core classes. -
-
Uses of JSyncEvent in com.jalios.jcms
Methods in com.jalios.jcms with parameters of type JSyncEvent Modifier and Type Method Description voidBasicJSyncListener. handleJSyncEvent(JSyncEvent event)voidJcmsJSyncListener. handleJSyncEvent(JSyncEvent event)protected booleanJcmsJSyncListener. isJoinIn(JSyncEvent event)protected booleanJcmsJSyncListener. isJoinOut(JSyncEvent event)protected booleanJcmsJSyncListener. isOK(JSyncEvent event) -
Uses of JSyncEvent in com.jalios.jstore.jsync
Subclasses of JSyncEvent in com.jalios.jstore.jsync Modifier and Type Class Description classCommitWorkJSyncEventclassDisjoinJSyncEventclassJoinJSyncEventclassRemoveReplicaJSyncEventclassSuggestJoinJSyncEventclassUpdateJSyncEventMethods in com.jalios.jstore.jsync with parameters of type JSyncEvent Modifier and Type Method Description voidJSyncLogger. add(JSyncEvent event)Add a JSyncEvent in the logvoidJSyncListener. handleJSyncEvent(JSyncEvent event)This methods is called when a JSyncEvent occurs
-