[jboss-cvs] JBoss Messaging SVN: r1427 - in trunk/src/main/org/jboss/jms/client: . delegate

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 3 20:14:56 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-03 20:14:52 -0400 (Tue, 03 Oct 2006)
New Revision: 1427

Added:
   trunk/src/main/org/jboss/jms/client/ha/
Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java
   trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
   trunk/src/main/org/jboss/jms/client/delegate/ClientSessionDelegate.java
Log:
just adding some javadocs (@see)

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java	2006-10-02 22:37:55 UTC (rev 1426)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionDelegate.java	2006-10-04 00:14:52 UTC (rev 1427)
@@ -101,6 +101,7 @@
    /**
     * This invocation should either be handled by the client-side interceptor chain or by the
     * server-side endpoint.
+    * @see org.jboss.jms.client.container.AsfAspect#handleCreateConnectionConsumer(org.jboss.aop.joinpoint.Invocation)
     */
    public JBossConnectionConsumer createConnectionConsumer(Destination dest,
                                                            String subscriptionName,

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-10-02 22:37:55 UTC (rev 1426)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-10-04 00:14:52 UTC (rev 1427)
@@ -96,6 +96,7 @@
     * This invocation should either be handled by the client-side interceptor chain or by the
     * server-side endpoint.
     * @see org.jboss.jms.client.container.StateCreationAspect#handleCreateConnectionDelegate(org.jboss.aop.joinpoint.Invocation)
+    * @see org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint#createConnectionDelegate(String, String) 
     */
    public ConnectionDelegate createConnectionDelegate(String username, String password)
       throws JMSException

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientSessionDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientSessionDelegate.java	2006-10-02 22:37:55 UTC (rev 1426)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientSessionDelegate.java	2006-10-04 00:14:52 UTC (rev 1427)
@@ -182,6 +182,7 @@
    /**
     * This invocation should either be handled by the client-side interceptor chain or by the
     * server-side endpoint.
+    * @see org.jboss.jms.client.container.ConsumerAspect#handleCreateConsumerDelegate(org.jboss.aop.joinpoint.Invocation)
     */
    public ConsumerDelegate createConsumerDelegate(JBossDestination destination, String selector,
                                                   boolean noLocal, String subscriptionName,




More information about the jboss-cvs-commits mailing list