Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

recoinx.clef.irs.mysql
Class MySQLFrenchAdapter  view MySQLFrenchAdapter download MySQLFrenchAdapter.java

java.lang.Object
  extended byrecoin.group.ComponentWorker
      extended byrecoin.group.adapter.JDBCAdapter
          extended byrecoin.group.adapter.JDBCSingleAdapter
              extended byrecoinx.clef.irs.mysql.CLEFMySQLAdapter
                  extended byrecoinx.clef.irs.mysql.MySQLFrenchAdapter

public class MySQLFrenchAdapter
extends CLEFMySQLAdapter

This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the french CLEF collections.

Version:
0.2.9

Nested Class Summary
 
Nested classes inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
CLEFMySQLAdapter.MySQLRunnable
 
Field Summary
(package private) static org.apache.log4j.Logger logger
          The logger of this class.
 
Fields inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
merge, normalize, tables
 
Fields inherited from class recoin.group.adapter.JDBCSingleAdapter
connection
 
Fields inherited from class recoin.group.adapter.JDBCAdapter
databaseName, driverName, jdbcURL, password, port, serverName, user
 
Fields inherited from class recoin.group.ComponentWorker
component
 
Constructor Summary
MySQLFrenchAdapter()
          Creates a new MySQLFrenchAdapter.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a MySQLRunnable that searches the french collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a MySQLRunnable that searches the french collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports, recoin.group.ComponentRunnable runnable)
          Creates and returns a MySQLRunnable that searches the french collections.
 
Methods inherited from class recoinx.clef.irs.mysql.CLEFMySQLAdapter
createResultList, executeQuery, initiate, tokenizeQueryString
 
Methods inherited from class recoin.group.adapter.JDBCSingleAdapter
getConnection, getConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
The logger of this class.

Constructor Detail

MySQLFrenchAdapter

public MySQLFrenchAdapter()
Creates a new MySQLFrenchAdapter.

Method Detail

createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
Creates and returns a MySQLRunnable that searches the french collections.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports)
Creates and returns a MySQLRunnable that searches the french collections.


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports,
                                                              recoin.group.ComponentRunnable runnable)
Creates and returns a MySQLRunnable that searches the french collections.