Class MySQLReplicationValidConnectionChecker

  • All Implemented Interfaces:
    Serializable, ValidConnectionChecker

    public class MySQLReplicationValidConnectionChecker
    extends Object
    implements ValidConnectionChecker, Serializable

    This class is an implementation of ValidConnectionChecker for MySQL ReplicatedDriver. It supports both isValid and ping methods on the connection object.

    Please note that the isValid method requires java 6 classes to be present.

    The code was inspired by MySQLValidConnectionChecker. See it's javadoc for authors info. This code is released under the LGPL license.

    Author:
    Luc Boudreau (lucboudreau att gmail dott com)
    See Also:
    Serialized Form
    • Constructor Detail

      • MySQLReplicationValidConnectionChecker

        public MySQLReplicationValidConnectionChecker()
        Initiates the ValidConnectionChecker implementation.