Uses of Class
org.jgroups.protocols.JDBC_PING
Packages that use JDBC_PING
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
-
Uses of JDBC_PING in org.jgroups.protocols
Methods in org.jgroups.protocols that return JDBC_PINGModifier and TypeMethodDescriptionJDBC_PING.setClearSql(String c) JDBC_PING.setConnectionDriver(String c) JDBC_PING.setConnectionPassword(String c) JDBC_PING.setConnectionUrl(String c) JDBC_PING.setConnectionUsername(String c) JDBC_PING.setContainsSql(String c) JDBC_PING.setDataSource(DataSource ds) JDBC_PING.setDatasourceInjecterClass(String d) JDBC_PING.setDatasourceJndiName(String d) JDBC_PING.setDeleteSingleSql(String d) JDBC_PING.setInitializeSql(String i) JDBC_PING.setInsertSingleSql(String i) JDBC_PING.setSelectAllPingdataSql(String s)