Class SimpleConnectionFactory

    • Constructor Detail

      • SimpleConnectionFactory

        public SimpleConnectionFactory()
    • Method Detail

      • stop

        public void stop()
        Description copied from class: ConnectionFactory
        Closes the connection factory, including all allocated connections etc.
        Specified by:
        stop in class ConnectionFactory
      • getConnection

        public Connection getConnection()
                                 throws org.infinispan.persistence.spi.PersistenceException
        Description copied from class: ConnectionFactory
        Fetches a connection from the factory.
        Specified by:
        getConnection in class ConnectionFactory
        Throws:
        org.infinispan.persistence.spi.PersistenceException
      • getConnectionUrl

        public String getConnectionUrl()
      • getUserName

        public String getUserName()
      • getPassword

        public String getPassword()
      • getConnectionCount

        public int getConnectionCount()