Author: ron.sigal(a)jboss.com
Date: 2009-05-08 14:11:36 -0400 (Fri, 08 May 2009)
New Revision: 5164
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/LeasePinger.java
Log:
JBREM-1128: Changed notifyAndDisconnect() to notifyListeners().
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/LeasePinger.java
===================================================================
---
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/LeasePinger.java 2009-05-08
18:10:57 UTC (rev 5163)
+++
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/LeasePinger.java 2009-05-08
18:11:36 UTC (rev 5164)
@@ -88,7 +88,7 @@
{
Client client = (Client) it.next();
log.debug(this + " calling " + client +
".notifyAndDisconnect()");
- client.notifyAndDisconnect();
+ client.notifyListeners();
it.remove();
}
}
Show replies by date