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

Ron Sigal ron_sigal at yahoo.com
Mon Sep 25 19:27:48 EDT 2006


  User: rsigal  
  Date: 06/09/25 19:27:48

  Modified:    src/main/org/jboss/remoting/invocation 
                        InternalInvocation.java
  Log:
  JBREM-605:  Added ACKNOWLEDGECALLBACK method constant.
  
  Revision  Changes    Path
  1.4       +1 -0      JBossRemoting/src/main/org/jboss/remoting/invocation/InternalInvocation.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InternalInvocation.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/invocation/InternalInvocation.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- InternalInvocation.java	30 Dec 2005 05:26:29 -0000	1.3
  +++ InternalInvocation.java	25 Sep 2006 23:27:48 -0000	1.4
  @@ -47,6 +47,7 @@
      public static final String GETCALLBACKS = "getCallbacks";
      public static final String HANDLECALLBACK = "handleCallback";
      public static final String ADDSTREAMCALLBACK = "addStreamCallback";
  +   public static final String ACKNOWLEDGECALLBACK = "acknowledgeCallback";
   
      public InternalInvocation(final String methodName, final Object[] params)
      {
  
  
  



More information about the jboss-cvs-commits mailing list