}
protected void logException(String string, Throwable e) {
Activator a = Activator.getDefault();
if (a != null)
a.log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, string, e));
}
protected ID getRemoteCallTargetID() {
// First synchronize on connect lock
synchronized (connectLock) {