gdamour 2004/05/27 07:22:02
Modified: sandbox/messaging/src/java/org/apache/geronimo/messaging/proxy
EndPointProxyFactory.java
Log:
Indicates what is the behavior of an EndPoint proxy when it is
invoked after having released by its Node.
Revision Changes Path
1.2 +3 -1
incubator-geronimo/sandbox/messaging/src/java/org/apache/geronimo/messaging/proxy/EndPointProxyFactory.java
Index: EndPointProxyFactory.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/sandbox/messaging/src/java/org/apache/geronimo/messaging/proxy/EndPointProxyFactory.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- EndPointProxyFactory.java 20 May 2004 13:37:11 -0000 1.1
+++ EndPointProxyFactory.java 27 May 2004 14:22:02 -0000 1.2
@@ -41,6 +41,8 @@
* Releases the resources of the specified EndPoint proxy.
* <BR>
* From this point, the proxy can no more be used.
+ * <BR>An IllegalStateException should be thrown when a method is invoked
+ * on a EndPoint proxy.
*
* @param aProxy EndPoint proxy.
* @exception IllegalArgumentException Indicates that the provided
instance