Lines Matching refs:implClass
94 * Returns a proxy for the specified implClass.
97 * the specified implClass is returned (otherwise a RemoteStub instance
98 * for the specified implClass is returned):
106 * implClass) constructed with a RemoteObjectInvocationHandler instance
111 * implClass) and constructs an instance of the pregenerated stub
114 * @param implClass the class to obtain remote interfaces from
117 * @throws IllegalArgumentException if implClass implements illegal
122 public static Remote createProxy(Class<?> implClass,
130 remoteClass = getRemoteClass(implClass);
134 implClass.getName());
143 ClassLoader loader = implClass.getClassLoader();
144 Class[] interfaces = getRemoteInterfaces(implClass);