Lines Matching defs:force
50 transient boolean force = false;
105 * fails, the object should force reactivation. Method invocation
122 boolean force = false;
132 localRef = activate(force);
133 force = true;
209 RemoteRef newRef = activate(force);
213 force == false) {
223 force = true;
226 force = false;
257 private RemoteRef activate(boolean force)
276 Remote proxy = id.activate(force);