Searched refs:forceUpdate (Results 1 – 2 of 2) sorted by relevance
177 public Network [] getNetworks(boolean forceUpdate) throws BridgeException { in getNetworks() argument179 if (forceUpdate || networks.length == 0) { in getNetworks()191 public DhcpClientRecord [] getClients(String net, boolean forceUpdate) in getClients() argument194 if (forceUpdate || clients.length == 0 || !net.equals(clientNet)) { in getClients()205 public Macro [] getMacros(boolean forceUpdate) throws BridgeException { in getMacros() argument207 if (forceUpdate || macros.length == 0) { in getMacros()217 public Option [] getOptions(boolean forceUpdate) throws BridgeException { in getOptions() argument219 if (forceUpdate || options.length == 0) { in getOptions()
148 DataModel getDataModel(boolean forceUpdate) in getDataModel() argument154 if (forceUpdate == true) { in getDataModel()