176177178179180181182
* * @return proxy which implements TrustEquivalence does not implement * RemoteMethodControl interface */ public Remote export(Remote impl) throws ExportException { return new PTTEImpl(); }
313314315316317318319
* * @return proxy which implements ProxyTrust and TrustEquivalence but * does not implement RemoteMethodControl interface */ public Remote export(Remote impl) throws ExportException { return new PTTEImpl(); }
919293949596979899100101
// PASS logger.fine("Constructor invocation of " + "ProxyTrustInvocationHandler threw " + "IllegalArgumentException as expected."); } boot = (ProxyTrust) ProxyTrustUtil.newProxyInstance(new PTTEImpl()); try { createPTIH(main, boot); // FAIL