[jboss-cvs] jboss-seam/src/main/org/jboss/seam/remoting/messaging ...

Shane Bryzak Shane_Bryzak at symantec.com
Wed Oct 18 07:55:53 EDT 2006


  User: sbryzak2
  Date: 06/10/18 07:55:53

  Modified:    src/main/org/jboss/seam/remoting/messaging 
                        SubscriptionRegistry.java
  Log:
  Added getConnectionProvider()
  
  Revision  Changes    Path
  1.9       +5 -0      jboss-seam/src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SubscriptionRegistry.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- SubscriptionRegistry.java	11 Oct 2006 03:09:07 -0000	1.8
  +++ SubscriptionRegistry.java	18 Oct 2006 11:55:53 -0000	1.9
  @@ -73,6 +73,11 @@
       this.allowedTopics = allowedTopics;
     }
   
  +  public String getConnectionProvider()
  +  {
  +    return connectionProvider;
  +  }
  +
     public void setConnectionProvider(String connectionProvider)
     {
       this.connectionProvider = connectionProvider;
  
  
  



More information about the jboss-cvs-commits mailing list