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

Quick Search    Search Deep

recoinx.clef.irs.mysql
Class MySQLGermanAdapter  view MySQLGermanAdapter download MySQLGermanAdapter.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.MySQLGermanAdapter

public class MySQLGermanAdapter
extends CLEFMySQLAdapter

This class is a simple extension of the abstract CLEFMySQLAdapter that searches the indexes of the german 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
MySQLGermanAdapter()
          Creates a new MySQLGermanAdapter.
 
Method Summary
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container)
          Creates and returns a MySQLRunnable that searches the german collections.
 recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container, java.util.Vector supports)
          Creates and returns a MySQLRunnable that searches the german 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 german 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

MySQLGermanAdapter

public MySQLGermanAdapter()
Creates a new MySQLGermanAdapter.

Method Detail

createComponentRunnable

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


createComponentRunnable

public recoin.group.ComponentRunnable createComponentRunnable(recoin.container.RetrievalContainer container,
                                                              java.util.Vector supports)
Creates and returns a MySQLRunnable that searches the german 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 german collections.