Examples of clientShutdown()


Examples of com.opengamma.engine.view.listener.ViewResultListener.clientShutdown()

    super.heartbeatFailed(e);
    terminateRemoteClient();
   
    ViewResultListener listener = _resultListener;
    if (listener != null) {
      listener.clientShutdown(e);
    }
  }

  //-------------------------------------------------------------------------
  @Override
View Full Code Here

Examples of com.opengamma.engine.view.listener.ViewResultListener.clientShutdown()

      getViewProcessor().removeViewClient(getUniqueId());
      _mergingViewProcessListener.terminate();
      _state = ViewClientState.TERMINATED;
      ViewResultListener listener = _userResultListener.get();
      if (listener != null) {
        listener.clientShutdown(null);
      }
    } finally {
      _clientLock.unlock();
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.