Package | Description |
---|---|
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.doui.fileupload.editimage | |
lumis.service.doui.uploadtempfiles | |
lumis.service.mailmarketing | |
lumis.service.newsletter | |
lumis.service.pagepersonalization.clock | |
lumis.service.portalmanagement.activitystream | |
lumis.service.portalmanagement.audit | |
lumis.service.portalmanagement.pagecache | |
lumis.service.portalmanagement.upgrade | |
lumis.service.tag |
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 |
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 |
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 |
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) |
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 |
UnusedTagsCleanerClock.doTick(SessionConfig sessionConfig,
ClockConfig clockConfig) |
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.