[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/callback ...

Ron Sigal ron_sigal at yahoo.com
Sat Oct 28 13:55:12 EDT 2006


  User: rsigal  
  Date: 06/10/28 13:55:12

  Modified:    src/main/org/jboss/remoting/callback  CallbackListener.java
  Log:
  JBREM-605:  Changed signature of callbackSent() to accept an int indictatng if ack is preprocess or postprocess.
  
  Revision  Changes    Path
  1.3       +5 -1      JBossRemoting/src/main/org/jboss/remoting/callback/CallbackListener.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CallbackListener.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/callback/CallbackListener.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- CallbackListener.java	21 Oct 2006 04:43:49 -0000	1.2
  +++ CallbackListener.java	28 Oct 2006 17:55:12 -0000	1.3
  @@ -37,5 +37,9 @@
    */
   public interface CallbackListener
   {
  -   void callbackSent(String callbackId);
  +   /**
  +    * @param callbackId id of callback being acknowledged
  +    * @param preOrPost indicates of acknowledgement is preprocess or postprocess
  +    */
  +   void callbackSent(Object callbackId, int preOrPost);
   }
  
  
  



More information about the jboss-cvs-commits mailing list