this.loadmonitor.startMonitoring(
this.threadPool.getScheduledExecutor());
}
// Add our REST API
restApi.addRestletRoutable(new CoreWebRoutable());
this.ses = threadPool.getScheduledExecutor();
try {
this.syncService.registerStore(SWITCH_SYNC_STORE_NAME, Scope.LOCAL);