Searched refs:hostOptions (Results 1 – 3 of 3) sorted by relevance
1316 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()1317 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()1338 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits() local1339 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()1340 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()1351 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()1352 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
208 public void setHostOptions(IHostOptions hostOptions); in setHostOptions() argument
475 public void setHostOptions(IHostOptions hostOptions) { in setHostOptions() argument476 setConfigurationObjectNoThrow(HOST_OPTIONS_TYPE_NAME, hostOptions); in setHostOptions()