|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.uni_leipzig.wortschatz.webservice.WebServiceTypes
de.uni_leipzig.wortschatz.webservice.webservices.Kookkurrenzschnitt
Diese Webservicetyp stellt Anfragen an eine DB. Dabei wird ein String[][] zur?ckgegeben.
Auf welche Datenbank hierbei zugegriffen wird, dies wird in der Webserviceverwaltung definiert.
Weitehrin werden die entsprechenden SQL-Statements aus dem Feld "Algorithmus" der
Webserviceverwaltungstabelle geladen.
Aufgabe dieses Services:
Returns the intersection of the co-occurrences of the two given words. The result set is ordered according to the sum of the significances in descending order. Note that due to the join involved, this make take some time.
Dieser Webservice wurde aus dem Webservicetyp
de.uni_leipzig.wortschatz.webservice.webservicetypes.MySQLSelectType
| Field Summary | |
private java.sql.Connection |
objConnection
Dieses Feld speichert die Referenz auf das Objekt, welches die Verbindung zur DB hergestellt hat. |
| Fields inherited from class de.uni_leipzig.wortschatz.webservice.WebServiceTypes |
objAttachments, objRequestParams, objResponseAttachments |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.ConstantsI |
AUTH_COMMERCIAL_INT, AUTH_COMMERCIAL_STRING, AUTH_FREE_INT, AUTH_FREE_STRING, AUTH_INTERN_INT, AUTH_INTERN_STRING, AUTH_LIMITED_INT, AUTH_LIMITED_STRING, LOCK, SERVICE_DB_PROPERTIES_PATH, SERVICEOVERVIEW_HTML_TEMPLATE, UNLOCK |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.LoggingI |
logger |
| Fields inherited from interface de.uni_leipzig.wortschatz.webservice.ControlLoggingI |
control |
| Constructor Summary | |
Kookkurrenzschnitt()
Der Stanardkonstruktor. |
|
| Method Summary | |
private CorpusOptions |
getCorpusOptions()
|
protected java.lang.String[][] |
invoke()
Diese Methode f?hrt den DB-Request aus. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.sql.Connection objConnection
| Constructor Detail |
public Kookkurrenzschnitt()
| Method Detail |
protected java.lang.String[][] invoke()
throws java.lang.Exception
invoke in class WebServiceTypesjava.lang.Exceptionprivate CorpusOptions getCorpusOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||