Пример #1
0
 /**
  * Checks if the connection to the remote target environment is alive.
  *
  * @return
  */
 protected boolean isConnected() {
   return (remoteConnection != null) && (remoteConnection.isConnected());
 }