112113114115116117118119120121122
public Object execute() throws RemoteException { return client.getThermostatsStatus(); } }); } catch(OmniLinkBBClient.ExecutionException ex) { cachedThermostatStatus = new ThermostatStatusResponse(); } } return cachedThermostatStatus; }