* ALWAYS use local optimization ONLY (they do not have a remote case).
*/
protected void setLocalSubcontract()
{
if (!effectiveTargetIOR.getProfile().isLocal()) {
LocalClientRequestDispatcher = new NotLocalLocalCRDImpl();
return;
}
// XXX Note that this always uses the first IIOP profile to get the
// scid. What about multi-profile IORs? This should perhaps be