Author: david.lloyd(a)jboss.com
Date: 2008-11-13 00:14:35 -0500 (Thu, 13 Nov 2008)
New Revision: 4668
Modified:
remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java
remoting3/trunk/api/src/main/java/org/jboss/remoting/RemoteRequestException.java
Log:
Minor fixes
Modified: remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java
===================================================================
--- remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java 2008-11-13 05:14:12
UTC (rev 4667)
+++ remoting3/trunk/api/src/main/java/org/jboss/remoting/Endpoint.java 2008-11-13 05:14:35
UTC (rev 4668)
@@ -110,6 +110,7 @@
* You must have the {@link org.jboss.remoting.EndpointPermission
registerRemoteService EndpointPermission} to invoke this method.
*
* @param configuration the remote service configuration
+ * @return a closeable that may be used to remove the registration
* @throws IllegalArgumentException if one of the given arguments was not valid
* @throws IOException if an error occurs with the registration
*/
Modified:
remoting3/trunk/api/src/main/java/org/jboss/remoting/RemoteRequestException.java
===================================================================
---
remoting3/trunk/api/src/main/java/org/jboss/remoting/RemoteRequestException.java 2008-11-13
05:14:12 UTC (rev 4667)
+++
remoting3/trunk/api/src/main/java/org/jboss/remoting/RemoteRequestException.java 2008-11-13
05:14:35 UTC (rev 4668)
@@ -26,7 +26,7 @@
* Remote request exception. Indicates that the request arrived at the remote side, but
the handler could not be
* executed for some reason (for example, the request sent might not be of the correct
type).
*/
-public final class RemoteRequestException extends RemotingException {
+public class RemoteRequestException extends RemotingException {
private static final long serialVersionUID = 5494334026096542700L;
Show replies by date