|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockConfig | |
---|---|
lumis.collaboration.chat | |
lumis.content.clock | |
lumis.content.core | Provides the core content management operations. |
lumis.portal.authentication.clock | |
lumis.portal.clock | Defines classes and interfaces for the portal's "clock" scheduling module. |
lumis.portal.cluster.multiserver | Contains the implementation for the portal cluster framework when multi-server environment is enabled. |
lumis.portal.lock.clock | |
lumis.portal.monitor.impl | Implementation of the portal monitoring framework . |
lumis.portal.principal.importprincipal | |
lumis.portal.sendmail | |
lumis.portal.service | |
lumis.service.mailmarketing | |
lumis.service.newsletter | |
lumis.service.pagepersonalization.clock | |
lumis.service.portalmanagement.audit |
Uses of ClockConfig in lumis.collaboration.chat |
---|
Methods in lumis.collaboration.chat with parameters of type ClockConfig | |
---|---|
void |
ChatClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.content.clock |
---|
Methods in lumis.content.clock with parameters of type ClockConfig | |
---|---|
void |
ContentClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.content.core |
---|
Methods in lumis.content.core with parameters of type ClockConfig | |
---|---|
void |
ContentVersionCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.portal.authentication.clock |
---|
Methods in lumis.portal.authentication.clock with parameters of type ClockConfig | |
---|---|
void |
SessionClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.portal.clock |
---|
Methods in lumis.portal.clock that return ClockConfig | |
---|---|
ClockConfig |
IClockManager.get(SessionConfig sessionConfig,
String clockId,
ITransaction transaction)
Get the configuration of the clock. |
ClockConfig |
ClockManager.get(SessionConfig sessionConfig,
String clockId,
ITransaction transaction)
|
ClockConfig |
IClockDao.get(String clockId,
ITransaction transaction)
Get the configuration of the clock. |
ClockConfig |
ClockDaoJdbc.get(String clockId,
ITransaction transaction)
|
Methods in lumis.portal.clock that return types with arguments of type ClockConfig | |
---|---|
List<ClockConfig> |
IClockDao.findRunningClocks(ITransaction transaction)
Get the running clocks. |
List<ClockConfig> |
ClockDaoJdbc.findRunningClocks(ITransaction transaction)
|
Methods in lumis.portal.clock with parameters of type ClockConfig | |
---|---|
void |
IClockDao.add(ClockConfig clockConfig,
ITransaction transaction)
Add the clock. |
void |
ClockDaoJdbc.add(ClockConfig clockConfig,
ITransaction transaction)
|
String |
IClockManager.add(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Add a clock. |
String |
ClockManager.add(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
void |
IClockDao.addOrUpdate(ClockConfig clockConfig,
ITransaction transaction)
Add or update the clock. |
void |
ClockDaoJdbc.addOrUpdate(ClockConfig clockConfig,
ITransaction transaction)
|
void |
IClockManager.addOrUpdate(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Update the configuration of a clock. |
void |
ClockManager.addOrUpdate(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
void |
IServiceClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Executes a clock tick. |
void |
IClockManager.executeSchedule(ClockConfig clockConfig)
Executes a clock implementation. |
void |
ClockManager.executeSchedule(ClockConfig clockConfig)
|
void |
IClockManager.executeSchedule(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Deprecated. Since 5.6.0, replaced by #executeSchedule(SessionConfig,ClockConfig) . |
void |
ClockManager.executeSchedule(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Deprecated. |
Date |
IServiceClock.getNextScheduleTime(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Returns the scheduled date-time for the next execution of a clock. |
protected void |
ClockDaoJdbc.setConfigData(ClockConfig loadedConfig,
ResultSet resultSet)
|
boolean |
IClockDao.update(ClockConfig clockConfig,
ITransaction transaction)
Update the clock. |
boolean |
ClockDaoJdbc.update(ClockConfig clockConfig,
ITransaction transaction)
|
void |
IClockManager.update(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Update the configuration of a clock. |
void |
ClockManager.update(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
Uses of ClockConfig in lumis.portal.cluster.multiserver |
---|
Methods in lumis.portal.cluster.multiserver with parameters of type ClockConfig | |
---|---|
void |
DeleteExpiredDurableMessagesClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.portal.lock.clock |
---|
Methods in lumis.portal.lock.clock with parameters of type ClockConfig | |
---|---|
void |
LockClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.portal.monitor.impl |
---|
Methods in lumis.portal.monitor.impl with parameters of type ClockConfig | |
---|---|
void |
MonitorConsolidationClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.portal.principal.importprincipal |
---|
Methods in lumis.portal.principal.importprincipal with parameters of type ClockConfig | |
---|---|
void |
ImportPrincipalClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Scheduled method that executes the automatic run of the read/write principals operation. |
Uses of ClockConfig in lumis.portal.sendmail |
---|
Methods in lumis.portal.sendmail with parameters of type ClockConfig | |
---|---|
void |
SendMailClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Calls ISendMailManager.pollMailQueueProcessing() . |
Uses of ClockConfig in lumis.portal.service |
---|
Methods in lumis.portal.service with parameters of type ClockConfig | |
---|---|
Date |
GenericServiceClock.getNextScheduleTime(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
Uses of ClockConfig in lumis.service.mailmarketing |
---|
Methods in lumis.service.mailmarketing with parameters of type ClockConfig | |
---|---|
void |
MailMarketingClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.service.newsletter |
---|
Methods in lumis.service.newsletter with parameters of type ClockConfig | |
---|---|
void |
NewsletterClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.service.pagepersonalization.clock |
---|
Methods in lumis.service.pagepersonalization.clock with parameters of type ClockConfig | |
---|---|
void |
DeleteCreatedOrphanInterfaceInstances.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Uses of ClockConfig in lumis.service.portalmanagement.audit |
---|
Methods in lumis.service.portalmanagement.audit with parameters of type ClockConfig | |
---|---|
void |
AuditEntryCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |