BundleContext bundleContext = context.getBundleContext();
if (log.isDebugEnabled()) {
log.debug("Initiating SystemHostObject service components");
}
bundleContext.registerService(TaskManagementService.class.getName(),
new FunctionSchedulingAdminService(), null);
bundleContext.registerService(JobMetaDataProviderService.class.getName(),
new FunctionSchedulingJobMetaDataProviderService(), null);
bundleContext.registerService(SystemHostObjectService.class.getName(),
new SystemHostObjectService(), null);