Searched refs:devicePortMap (Results 1 – 1 of 1) sorted by relevance
37 private static final HashMap<IDevice, Integer> devicePortMap = new HashMap<IDevice, Integer>(); field in DeviceBridge143 synchronized (devicePortMap) { in setupDeviceForward()148 devicePortMap.put(device, localPort); in setupDeviceForward()165 synchronized (devicePortMap) { in removeDeviceForward()166 final Integer localPort = devicePortMap.get(device); in removeDeviceForward()170 devicePortMap.remove(device); in removeDeviceForward()187 synchronized (devicePortMap) { in getDeviceLocalPort()188 Integer port = devicePortMap.get(device); in getDeviceLocalPort()