CVS update: JGroups/src/org/jgroups/protocols TP.java

"Bela Ban" <[email protected]>
Newsgroups gmane.comp.java.javagroups.cvs
Message-ID <[email protected]>
  User: belaban 
  Date: 10/08/04 16:02:11

  Modified:    src/org/jgroups/protocols TP.java
  Log:
  ns
  
  Revision  Changes    Path
  1.321     +2 -2      JGroups/src/org/jgroups/protocols/TP.java
  
  Index: TP.java
  ===================================================================
  RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/protocols/TP.java,v
  retrieving revision 1.320
  retrieving revision 1.321
  diff -u -r1.320 -r1.321
  --- TP.java	4 Aug 2010 14:08:10 -0000	1.320
  +++ TP.java	4 Aug 2010 16:02:11 -0000	1.321
  @@ -47,7 +47,7 @@
    * The {@link #receive(Address, byte[], int, int)} method must
    * be called by subclasses when a unicast or multicast message has been received.
    * @author Bela Ban
  - * @version $Id: TP.java,v 1.320 2010/08/04 14:08:10 belaban Exp $
  + * @version $Id: TP.java,v 1.321 2010/08/04 16:02:11 belaban Exp $
    */
   @MBean(description="Transport protocol")
   @DeprecatedProperty(names={"bind_to_all_interfaces", "use_incoming_packet_handler", "use_outgoing_packet_handler",
  @@ -794,7 +794,7 @@
               timer=new TimeScheduler2(timer_thread_factory, timer_min_threads, timer_max_threads, timer_keep_alive_time,
                                        timer_queue_max_size);
           }
  -        else if(timer_type.equalsIgnoreCase("timingwheel")) {
  +        else if(timer_type.equalsIgnoreCase("timingwheel") || timer_type.equalsIgnoreCase("wheel")) {
               timer=new HashedTimingWheel(timer_thread_factory, timer_min_threads, timer_max_threads, timer_keep_alive_time,
                                           timer_queue_max_size);
           }
  
  
  

------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.