@StableMinor(version="12.0", sinceVersion="4.0") public interface IServiceClock
Modifier and Type | Field and Description |
---|---|
static int |
CLOCK_TICK_SERVICE
Deprecated.
Unused. May be removed in a future version.
|
static int |
CLOCK_TICK_SERVICE_INSTANCE
Deprecated.
Unused. May be removed in a future version.
|
static int |
CLOCK_TICK_SERVICE_INTERFACE
Deprecated.
Unused. May be removed in a future version.
|
static int |
CLOCK_TICK_SERVICE_INTERFACE_INSTANCE
Deprecated.
Unused. May be removed in a future version.
|
Modifier and Type | Method and Description |
---|---|
void |
doTick(SessionConfig sessionConfig,
ClockConfig clockConfig)
Executes a clock tick.
|
Date |
getNextScheduleTime(SessionConfig sessionConfig,
ClockConfig clockConfig,
ITransaction transaction)
Returns the scheduled date-time for the next execution of a clock.
|
@Deprecated static final int CLOCK_TICK_SERVICE
@Deprecated static final int CLOCK_TICK_SERVICE_INTERFACE
@Deprecated static final int CLOCK_TICK_SERVICE_INSTANCE
@Deprecated static final int CLOCK_TICK_SERVICE_INTERFACE_INSTANCE
void doTick(SessionConfig sessionConfig, ClockConfig clockConfig) throws PortalException
sessionConfig
- the user session information.clockConfig
- the clock.PortalException
Date getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction) throws PortalException
sessionConfig
- the user session information.clockConfig
- the clock.transaction
- the transaction for persistence access.PortalException
LumisXP 12.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.