public class SyncService extends Object
The scheduler configuration is based on the chron format. E.g:
hour=*;minute=30;
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SCHEDULER_DEFINITION |
static String |
ITEM_SYNCCOUNT |
static String |
ITEM_SYNCPOINT |
static String |
ITEM_SYNCSIZE |
static String |
TIMER_ID_SYNCSERVICE |
| Constructor and Description |
|---|
SyncService() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getNextTimeout()
Updates the timer details of a running timer service.
|
boolean |
startScheduler()
This method initializes the scheduler.
|
public static final String TIMER_ID_SYNCSERVICE
public static final String ITEM_SYNCPOINT
public static final String ITEM_SYNCCOUNT
public static final String ITEM_SYNCSIZE
public static final String DEFAULT_SCHEDULER_DEFINITION
public boolean startScheduler()
throws ArchiveException
The method also verifies the existence of the archive keyspace by loading the archive session object.
ArchiveExceptionpublic Date getNextTimeout()
configuration - - the current scheduler configuration to be updated.Copyright © 2016–2019 Imixs Software Solutions GmbH. All rights reserved.