if (i instanceof ValueEntry)
{
// use the interface the valuetype supports to generate the
// tie class instead of using the valuetype itself
ValueEntry v = (ValueEntry) i;
this.i = (InterfaceEntry) v.supports ().elementAt (0);
}
buildMethodList ();
//DispatchMethod and MethodTable
if (tie){ //Concrete class implementing the remote interface
//The logic is here for future use