// If we didn't get any arguments then the parts aren't compatible with the ctor
if (compatibleArguments == null)
break;
// Parts are compatible so invoke the ctor with the compatible set
EJBObject obj = fieldPort.getEjbObject();
Trc.event(
this,
"Invoking EJB method ",
methods[a],
" object ",