|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClockConfig | |
---|---|
lumis.collaboration.chat | |
lumis.content.clock | |
lumis.portal.authentication.clock | |
lumis.portal.clock | |
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 | |
lumis.portal.sendmail | |
lumis.portal.service | |
lumis.service.mailmarketing | |
lumis.service.newsletter |
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.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 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(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Execute a registered clock. |
void |
ClockManager.executeSchedule(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
Date |
IServiceClock.getNextScheduleTime(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
|
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |