equal
deleted
inserted
replaced
133 * |
133 * |
134 * <li>The proxy implements all the remote interfaces implemented by the |
134 * <li>The proxy implements all the remote interfaces implemented by the |
135 * remote object's class. |
135 * remote object's class. |
136 * |
136 * |
137 * <li>Each remote interface must either be public and reside in a package that is |
137 * <li>Each remote interface must either be public and reside in a package that is |
138 * {@linkplain java.lang.reflect.Module#isExported(String,java.lang.reflect.Module) exported} |
138 * {@linkplain Module#isExported(String,Module) exported} |
139 * to at least the {@code java.rmi} module, or it must reside in a package that is |
139 * to at least the {@code java.rmi} module, or it must reside in a package that is |
140 * {@linkplain java.lang.reflect.Module#isOpen(String,java.lang.reflect.Module) open} |
140 * {@linkplain Module#isOpen(String,Module) open} |
141 * to at least the {@code java.rmi} module. |
141 * to at least the {@code java.rmi} module. |
142 * |
142 * |
143 * <li>The proxy's invocation handler is a {@link |
143 * <li>The proxy's invocation handler is a {@link |
144 * RemoteObjectInvocationHandler} instance constructed with a |
144 * RemoteObjectInvocationHandler} instance constructed with a |
145 * {@link RemoteRef}. |
145 * {@link RemoteRef}. |