提交 4dc24f49 编写于 作者: D darcy

6909563: Javadoc build warnings in rmi, security, management

Reviewed-by: mchung, mullan
上级 05dc1d80
...@@ -32,7 +32,7 @@ import javax.management.ObjectName; ...@@ -32,7 +32,7 @@ import javax.management.ObjectName;
* for monitoring and managing a component in the Java platform. * for monitoring and managing a component in the Java platform.
* Each platform managed object has a unique * Each platform managed object has a unique
* <a href="ManagementFactory.html#MXBean">object name</a> * <a href="ManagementFactory.html#MXBean">object name</a>
* for the {@linkplain ManagementFactory.getPlatformMBeanServer * for the {@linkplain ManagementFactory#getPlatformMBeanServer
* platform MBeanServer} access. * platform MBeanServer} access.
* All platform MXBeans will implement this interface. * All platform MXBeans will implement this interface.
* *
......
...@@ -73,7 +73,7 @@ public abstract class Activatable extends RemoteServer { ...@@ -73,7 +73,7 @@ public abstract class Activatable extends RemoteServer {
* can be handled properly. * can be handled properly.
* *
* <p>This method invokes the {@link * <p>This method invokes the {@link
* exportObject(Remote,String,MarshalledObject,boolean,port) * #exportObject(Remote,String,MarshalledObject,boolean,int)
* exportObject} method with this object, and the specified location, * exportObject} method with this object, and the specified location,
* data, restart mode, and port. Subsequent calls to {@link #getID} * data, restart mode, and port. Subsequent calls to {@link #getID}
* will return the activation identifier returned from the call to * will return the activation identifier returned from the call to
...@@ -120,7 +120,7 @@ public abstract class Activatable extends RemoteServer { ...@@ -120,7 +120,7 @@ public abstract class Activatable extends RemoteServer {
* can be handled properly. * can be handled properly.
* *
* <p>This method invokes the {@link * <p>This method invokes the {@link
* exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory)
* exportObject} method with this object, and the specified location, * exportObject} method with this object, and the specified location,
* data, restart mode, port, and client and server socket factories. * data, restart mode, port, and client and server socket factories.
* Subsequent calls to {@link #getID} will return the activation * Subsequent calls to {@link #getID} will return the activation
...@@ -312,7 +312,7 @@ public abstract class Activatable extends RemoteServer { ...@@ -312,7 +312,7 @@ public abstract class Activatable extends RemoteServer {
* separately, so that exceptions can be handled properly. * separately, so that exceptions can be handled properly.
* *
* <p>This method invokes the {@link * <p>This method invokes the {@link
* exportObject(Remote,String,MarshalledObject,boolean,port,RMIClientSocketFactory,RMIServerSocketFactory) * #exportObject(Remote,String,MarshalledObject,boolean,int,RMIClientSocketFactory,RMIServerSocketFactory)
* exportObject} method with the specified object, location, data, * exportObject} method with the specified object, location, data,
* restart mode, and port, and <code>null</code> for both client and * restart mode, and port, and <code>null</code> for both client and
* server socket factories, and then returns the resulting activation * server socket factories, and then returns the resulting activation
......
...@@ -187,7 +187,7 @@ public final class LocateRegistry { ...@@ -187,7 +187,7 @@ public final class LocateRegistry {
* host that accepts requests on the specified <code>port</code>. * host that accepts requests on the specified <code>port</code>.
* *
* <p>The <code>Registry</code> instance is exported as if the static * <p>The <code>Registry</code> instance is exported as if the static
* {@link UnicastRemoteObject.exportObject(Remote,int) * {@link UnicastRemoteObject#exportObject(Remote,int)
* UnicastRemoteObject.exportObject} method is invoked, passing the * UnicastRemoteObject.exportObject} method is invoked, passing the
* <code>Registry</code> instance and the specified <code>port</code> as * <code>Registry</code> instance and the specified <code>port</code> as
* arguments, except that the <code>Registry</code> instance is * arguments, except that the <code>Registry</code> instance is
...@@ -213,7 +213,7 @@ public final class LocateRegistry { ...@@ -213,7 +213,7 @@ public final class LocateRegistry {
* *
* <p>The <code>Registry</code> instance is exported as if * <p>The <code>Registry</code> instance is exported as if
* the static {@link * the static {@link
* UnicastRemoteObject.exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory) * UnicastRemoteObject#exportObject(Remote,int,RMIClientSocketFactory,RMIServerSocketFactory)
* UnicastRemoteObject.exportObject} method is invoked, passing the * UnicastRemoteObject.exportObject} method is invoked, passing the
* <code>Registry</code> instance, the specified <code>port</code>, the * <code>Registry</code> instance, the specified <code>port</code>, the
* specified <code>RMIClientSocketFactory</code>, and the specified * specified <code>RMIClientSocketFactory</code>, and the specified
......
...@@ -138,7 +138,6 @@ public class RemoteObjectInvocationHandler ...@@ -138,7 +138,6 @@ public class RemoteObjectInvocationHandler
* instance * instance
* @throws Throwable the exception to throw from the method invocation * @throws Throwable the exception to throw from the method invocation
* on the proxy instance * on the proxy instance
* @see
**/ **/
public Object invoke(Object proxy, Method method, Object[] args) public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable throws Throwable
......
...@@ -216,7 +216,7 @@ public class CertPathValidatorException extends GeneralSecurityException { ...@@ -216,7 +216,7 @@ public class CertPathValidatorException extends GeneralSecurityException {
/** /**
* Returns the reason that the validation failed. The reason is * Returns the reason that the validation failed. The reason is
* associated with the index of the certificate returned by * associated with the index of the certificate returned by
* {@link getIndex}. * {@link #getIndex}.
* *
* @return the reason that the validation failed, or * @return the reason that the validation failed, or
* <code>BasicReason.UNSPECIFIED</code> if a reason has not been * <code>BasicReason.UNSPECIFIED</code> if a reason has not been
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册