Searched refs:hostOptions (Results 1 – 3 of 3) sorted by relevance
1536 IHostOptions hostOptions = getHostOptions(); in initConcurrentFlashLock()1537 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in initConcurrentFlashLock()1558 IHostOptions hostOptions = getHostOptions(); in getAvailableFlashingPermits() local1559 if (hostOptions.getConcurrentFlasherLimit() != null) { in getAvailableFlashingPermits()1560 return hostOptions.getConcurrentFlasherLimit(); in getAvailableFlashingPermits()1571 IHostOptions hostOptions = getHostOptions(); in takeFlashingPermit()1572 Integer concurrentFlashingLimit = hostOptions.getConcurrentFlasherLimit(); in takeFlashingPermit()
534 public void setHostOptions(IHostOptions hostOptions) { in setHostOptions() argument535 setConfigurationObjectNoThrow(HOST_OPTIONS_TYPE_NAME, hostOptions); in setHostOptions()
220 public void setHostOptions(IHostOptions hostOptions); in setHostOptions() argument