@Override
protected void makeServerCall() {
IntegrationServer server = IntegrationServer.getInstance();
TargetConnectionTester call = server.getServerCall(TargetConnectionTester.class);
call.testTemporaryStorage(target, location, this);
}
@Override
public void connected() {
if (isCancelled()) {