PTP
Release 7.0

org.eclipse.ptp.rdt.sync.core.handlers
Interface IMissingConnectionHandler


public interface IMissingConnectionHandler

Class for encapsulating logic to handle missing connections. The UI can specify a default handler for the core to execute so that the code does not need to be duplicated or invoked in all places where a connection is not found.

Since:
3.0

Method Summary
 void handle(IRemoteServices remoteServices, java.lang.String connectionName)
          Handle missing connection
 

Method Detail

handle

void handle(IRemoteServices remoteServices,
            java.lang.String connectionName)
Handle missing connection

Parameters:
remoteServices - remote services for the connection
connectionName - connection name

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.