Package com.sap.conn.jco

Examples of com.sap.conn.jco.JCoDestination.ping()


  }
 
  private void testDestination() {
    try {
      JCoDestination jcoDestination = JCoDestinationManager.getDestination(destinationName);
      jcoDestination.ping();
      append2Console(NLS.bind(Messages.TestDestinationDialog_7, destinationName));
    } catch (JCoException e) {
      append2Console("\n" + e.getMessage()); //$NON-NLS-1$
    }
  }
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.