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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 2 18:30:31 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-02 18:30:30 -0400 (Mon, 02 Oct 2006)
New Revision: 1425

Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
Log:
just adding some javadocs

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-10-02 18:46:23 UTC (rev 1424)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java	2006-10-02 22:30:30 UTC (rev 1425)
@@ -95,6 +95,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)
     */
    public ConnectionDelegate createConnectionDelegate(String username, String password)
       throws JMSException
@@ -105,6 +106,7 @@
    /**
     * This invocation should either be handled by the client-side interceptor chain or by the
     * server-side endpoint.
+    * @see org.jboss.jms.server.endpoint.ServerConnectionFactoryEndpoint#getClientAOPConfig()
     */
    public byte[] getClientAOPConfig()
    {




More information about the jboss-cvs-commits mailing list