|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="5.5", sinceVersion="4.0") public interface IServiceClock
Service Clock Interface
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
@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
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |