90919293949596979899100
public Object execute() throws RemoteException { return client.getSystemStatus(); } }); } catch(OmniLinkBBClient.ExecutionException ex) { cachedSystemStatus = new SystemStatusResponse(); } } return cachedSystemStatus; }