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