Modifier and Type | Method and Description |
---|---|
void |
ChatClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ContentClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ContentVersionCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ResumeFlowClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
JourneyClearAbandonedInstancesClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
SessionClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
ClockConfig |
ClockManager.get(SessionConfig sessionConfig,
String clockId,
ITransaction transaction) |
ClockConfig |
IClockManager.get(SessionConfig sessionConfig,
String clockId,
ITransaction transaction)
Get the configuration of the clock.
|
ClockConfig |
ClockDaoJdbc.get(String clockId,
ITransaction transaction) |
ClockConfig |
IClockDao.get(String clockId,
ITransaction transaction)
Get the configuration of the clock.
|
Modifier and Type | Method and Description |
---|---|
List<ClockConfig> |
ClockDaoJdbc.findRunningClocks(ITransaction transaction) |
List<ClockConfig> |
IClockDao.findRunningClocks(ITransaction transaction)
Get the running clocks.
|
Collection<ClockConfig> |
ClockDaoJdbc.getDisabledClocks(ITransaction transaction) |
Collection<ClockConfig> |
ClockManager.getDisabledClocks(ITransaction transaction) |
Collection<ClockConfig> |
IClockDao.getDisabledClocks(ITransaction transaction)
Get disabled clocks
|
Collection<ClockConfig> |
IClockManagerSPI.getDisabledClocks(ITransaction transaction)
Get disabled clocks.
|
Collection<ClockConfig> |
ClockManager.getRunningClocks(long timeSpent,
ITransaction transaction) |
Collection<ClockConfig> |
IClockManagerSPI.getRunningClocks(long timeSpent,
ITransaction transaction)
Get clocks running longer than a specific time in milliseconds.
|
Collection<ClockConfig> |
ClockManager.getRunningClocksInHalfMaxRunTime(ITransaction transaction) |
Collection<ClockConfig> |
IClockManagerSPI.getRunningClocksInHalfMaxRunTime(ITransaction transaction)
Get clocks running longer than half of its configured maximum run time.
|
Modifier and Type | Method and Description |
---|---|
void |
ClockDaoJdbc.add(ClockConfig clockConfig,
ITransaction transaction) |
void |
IClockDao.add(ClockConfig clockConfig,
ITransaction transaction)
Add the clock.
|
String |
ClockManager.add(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction) |
String |
IClockManager.add(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Add a clock.
|
void |
ClockDaoJdbc.addOrUpdate(ClockConfig clockConfig,
ITransaction transaction) |
void |
IClockDao.addOrUpdate(ClockConfig clockConfig,
ITransaction transaction)
Add or update the clock.
|
void |
ClockManager.addOrUpdate(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction) |
void |
IClockManager.addOrUpdate(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Update the configuration of a clock.
|
void |
IServiceClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Executes a clock tick.
|
void |
ClockManager.executeSchedule(ClockConfig clockConfig) |
void |
IClockManager.executeSchedule(ClockConfig clockConfig)
Executes a clock implementation.
|
void |
ClockManager.executeSchedule(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Deprecated.
|
void |
IClockManager.executeSchedule(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Deprecated.
Since 5.6.0, replaced by
#executeSchedule(SessionConfig,ClockConfig) . |
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 |
ClockDaoJdbc.update(ClockConfig clockConfig,
ITransaction transaction) |
boolean |
IClockDao.update(ClockConfig clockConfig,
ITransaction transaction)
Update the clock.
|
void |
ClockManager.update(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction) |
void |
IClockManager.update(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Update the configuration of a clock.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteExpiredDurableMessagesClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
MaxMindDBUpdateClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
LockClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
MonitorCleanupClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ImportPrincipalClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Scheduled method that executes the automatic run of the read/write
principals operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SendMailClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
|
Modifier and Type | Method and Description |
---|---|
Date |
GenericServiceClock.getNextScheduleTime(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
void |
UserSegmentationGroupGenerationClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
ClearImageEditionClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
UploadTempFilesDeleteClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
MailMarketingClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
NewsletterClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteCreatedOrphanInterfaceInstances.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
void |
DeleteOrphanWidgetInstanceHolders.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
void |
DeleteUnusedHtmlFieldWidgetInstance.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OldActivityCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
AuditEntryCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
PageCacheCleanupClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
UpgradeCheckClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
PopularityClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
SynonymClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
SitemapClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Modifier and Type | Method and Description |
---|---|
void |
UnusedTagsCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.