342343344345346347348
* * @return proxy which implements RemoteMethodControl and ProxyTrust * but does not implement TrustEquivalence interface */ public Remote export(Remote impl) throws ExportException { return new RMCPTImpl(); }
7576777879808182838485
* */ public void run() throws Exception { RemoteMethodControl main = createValidMainProxy(); ProxyTrust boot = (ProxyTrust) ProxyTrustUtil.newProxyInstance( new RMCPTImpl()); try { createPTIH(main, boot); // FAIL