Пример #1
0
 /**
  * @return provides HPCCWsWorkUnitsClient for direct method execution
  * @throws Exception
  */
 public HPCCWsSMCClient getWsSMCClient() {
   synchronized (connectionLock) {
     return (HPCCWsSMCClient) SubClients.get(HPCCWsSMCClient.get(connection));
   }
 }