Searched refs:hostOptions (Results 1 – 3 of 3) sorted by relevance
1416 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()1417 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()1438 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits() local1439 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()1440 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()1451 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()1452 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
219 public void setHostOptions(IHostOptions hostOptions); in setHostOptions() argument
526 public void setHostOptions(IHostOptions hostOptions) { in setHostOptions() argument527 setConfigurationObjectNoThrow(HOST_OPTIONS_TYPE_NAME, hostOptions); in setHostOptions()