Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.tools |
This package contains various tools used for/by JCMS.
|
com.jalios.jcms.tools.storemerge | |
com.jalios.jcms.tools.storemerge.rule | |
com.jalios.jstore |
Contains JStore core classes.
|
com.jalios.jstore.tools |
Contains jsc (JStore Compiler).
|
Modifier and Type | Class and Description |
---|---|
class |
JcmsCleanFilter |
Modifier and Type | Class and Description |
---|---|
class |
StoreMerge |
Modifier and Type | Class and Description |
---|---|
class |
ConflictManager |
class |
StoreMergeUtil |
Modifier and Type | Class and Description |
---|---|
class |
ConflictResolutionRule |
class |
DeleteRule
This rule resolves Update/Delete conflict by selecting the Delete.
|
class |
IgnoreEmptyItemRule
This rule resolves Update/Update conflict on array attribute by ignoring empty values.
|
class |
IgnoreOrderRule
This rule resolves Update/Update conflict on array attribute by ignoring order.
|
class |
IgnoreRule
This rule resolves Update/Update attribute conflict by ignoring this conflict.
|
class |
MergeRule
This rule resolves Update/Update conflict on array attribute by merging the values.
|
class |
NewValueRule
This rule resolves Update/Update conflict on attribute by setting a new value.
|
class |
PreferNotEmptyRule
This rule resolves Update/Update conflict on attribute by selecting the non empty value.
|
class |
Store1Rule
This rule resolves Update/Update conflict on attribute by setting the value of store1.
|
class |
Store2Rule
This rule resolves Update/Update conflict on attribute by setting the value of store2.
|
class |
UpdateRule
This rule resolves Update/Delete conflict by selecting the Update.
|
Modifier and Type | Class and Description |
---|---|
class |
LogCleaner |
class |
LogManager
This class manages the log file
|
class |
LogManagerDeltaHandler
This class is the SAX handler which handles the LogEntry when the
log is parsed to generate the suffix of the log beyond a given stamp
|
class |
LogManagerHandler
This class is the super class of all the LogManager handlers
|
class |
LogManagerLoadHandler
This class is the SAX handler which handles the LogEntry when the
log is parsed.
|
class |
LogManagerSyncHandler
This class is the LogManagerHandler which handles the LogEntry
when the log is parsed to get the storable ids created or mutated
since the given sync stamp.
|
class |
LogManagerVersionHandler
This class is the SAX handler which handles the LogEntry when the
log is parsed to build all the version of storables.
|
class |
StorableLogEntry
This abstract class represents a Store operation on a Storable object.
|
class |
Store
This class is the facade of JStore framework.
|
class |
StoreUtil
This class contains static utility methods
|
class |
SyncManager
This class manages store synchronization
|
Modifier and Type | Class and Description |
---|---|
class |
jsc
JStore Storable Compiler (generates StorableHandler for a given Storable).
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.