CVS update: JGroups/src/org/jgroups/protocols JDBC_PING.java JdbcDiscovery.java
"Bela Ban" <[email protected]> Mon, 18 Oct 2010 10:58:31 +0000
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/10/18 10:58:31
Added: src/org/jgroups/protocols JDBC_PING.java
Removed: src/org/jgroups/protocols JdbcDiscovery.java
Log:
renamed JdbcDiscovery --> JDBC_PING
Revision Changes Path
1.1 JGroups/src/org/jgroups/protocols/JDBC_PING.java
Index: JDBC_PING.java
===================================================================
package org.jgroups.protocols;
import org.jgroups.Address;
import java.util.List;
/**
* @author Bela Ban
* @version $Id: JDBC_PING.java,v 1.1 2010/10/18 10:58:31 belaban Exp $
*/
public class JDBC_PING extends FILE_PING {
public void init() throws Exception {
super.init();
}
protected void remove(String clustername, Address addr) {
super.remove(clustername, addr);
}
@Override
protected List<PingData> readAll(String clustername) {
return super.readAll(clustername);
}
protected void writeToFile(PingData data, String clustername) {
super.writeToFile(data, clustername);
}
}
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev