Uses of Class
com.jalios.jcms.db.BasicDBListener
-
Packages that use BasicDBListener Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.alert com.jalios.jcms.authentication.accesstoken com.jalios.jcms.authentication.cookie com.jalios.jcms.db com.jalios.jcms.dbmember com.jalios.jcms.fileprocessor com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.memberpreference com.jalios.jcms.search Provides internal search engines classes of JPlatform.com.jalios.jcms.tracking com.jalios.jcms.vote -
-
Uses of BasicDBListener in com.jalios.jcms
Subclasses of BasicDBListener in com.jalios.jcms Modifier and Type Class Description classCacheManagerThis class manages the cache of content fragments.classDBContentListenerclassLimitControllerListenerclassMemberListenerThis class listens to mutations ofMemberandDBMemberinstances.classMemberSearchEngineListenerListen to create/update/delete of DBMemberclassPublicationFollowerListenerAutomatically removes a member children publication followers when he unsubscribes from a parent: Faq GlossaryclassStrongLockManagerThis class manages StrongLock.classWFPublicationListenerThis class listens to mutations ofPublicationobjects and manages Workflow's resources (State's action, alarms, ...) -
Uses of BasicDBListener in com.jalios.jcms.alert
Subclasses of BasicDBListener in com.jalios.jcms.alert Modifier and Type Class Description classAlertListener -
Uses of BasicDBListener in com.jalios.jcms.authentication.accesstoken
Subclasses of BasicDBListener in com.jalios.jcms.authentication.accesstoken Modifier and Type Class Description classAccessTokenMemberListenerListen to Member and DBMember deletion to delete their AccessToken. -
Uses of BasicDBListener in com.jalios.jcms.authentication.cookie
Subclasses of BasicDBListener in com.jalios.jcms.authentication.cookie Modifier and Type Class Description classAuthenticationCookieMemberListenerListen to Member and DBMember deletion to delete their AuthenticationCoookie. -
Uses of BasicDBListener in com.jalios.jcms.db
Subclasses of BasicDBListener in com.jalios.jcms.db Modifier and Type Class Description classBasicDBListenerStoreListenerThis class is a default implementation of StoreListener and DBListener.classCacheDBListenerclassDBEventLogManagerThis class replays the hibernate events on all the other replicas. -
Uses of BasicDBListener in com.jalios.jcms.dbmember
Subclasses of BasicDBListener in com.jalios.jcms.dbmember Modifier and Type Class Description classWorkspaceDBMemberListener -
Uses of BasicDBListener in com.jalios.jcms.fileprocessor
Subclasses of BasicDBListener in com.jalios.jcms.fileprocessor Modifier and Type Class Description classFileProcessorDBListenerStoreListener -
Uses of BasicDBListener in com.jalios.jcms.media
Subclasses of BasicDBListener in com.jalios.jcms.media Modifier and Type Class Description classMediaProgressionManager -
Uses of BasicDBListener in com.jalios.jcms.memberpreference
Subclasses of BasicDBListener in com.jalios.jcms.memberpreference Modifier and Type Class Description classMemberPreferenceListener -
Uses of BasicDBListener in com.jalios.jcms.search
Subclasses of BasicDBListener in com.jalios.jcms.search Modifier and Type Class Description classPublicationSearchEngineListenerThis class listen to all operations onPublicationand ask the Publication Search Engine to index/update/delete. -
Uses of BasicDBListener in com.jalios.jcms.tracking
Subclasses of BasicDBListener in com.jalios.jcms.tracking Modifier and Type Class Description classReaderTrackerManager -
Uses of BasicDBListener in com.jalios.jcms.vote
Subclasses of BasicDBListener in com.jalios.jcms.vote Modifier and Type Class Description classVoteListenerclassVoteManagerThis class gives Utils to handle vote
-