Package org.eclipse.datatools.connectivity

Examples of org.eclipse.datatools.connectivity.IConnectionProfile.disconnect()


    if (profile != null && !matchesProfile(profile, tunnelDescriptor)) {
      // Different credentials for the same profile, most likely
      // meaning that a new tunnel was created, and the old profile
      // has obsolete credentials.
      if (profile.getConnectionState() == IConnectionProfile.CONNECTED_STATE) {
        IStatus status = profile.disconnect();
        if (!status.isOK()) {
          CloudFoundryPlugin.log(status);
        }
      }
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.