Klasse SearchRetrieveModule
java.lang.Object
org.xbib.interlibrary.http.server.search.SearchRetrieveModule
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
,org.xbib.interlibrary.api.ApplicationModule
,org.xbib.interlibrary.common.InterlibraryModule
public class SearchRetrieveModule
extends Object
implements org.xbib.interlibrary.common.InterlibraryModule
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
close()
org.xbib.interlibrary.common.Interlibrary
getName()
void
run()
org.xbib.interlibrary.action.sru.SearchRetrieveResponse
searchRetrieve
(org.xbib.datastructures.common.MultiMap<String, Object> params) void
setInterlibrary
(org.xbib.interlibrary.common.Interlibrary interlibrary)
-
Konstruktordetails
-
SearchRetrieveModule
public SearchRetrieveModule()
-
-
Methodendetails
-
getName
- Angegeben von:
getName
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
dependsOn
- Angegeben von:
dependsOn
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
-
setInterlibrary
public void setInterlibrary(org.xbib.interlibrary.common.Interlibrary interlibrary) - Angegeben von:
setInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
getInterlibrary
public org.xbib.interlibrary.common.Interlibrary getInterlibrary()- Angegeben von:
getInterlibrary
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
searchRetrieve
-
run
public void run()- Angegeben von:
run
in Schnittstelleorg.xbib.interlibrary.api.ApplicationModule
- Angegeben von:
run
in Schnittstelleorg.xbib.interlibrary.common.InterlibraryModule
-
close
- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in SchnittstelleCloseable
- Löst aus:
IOException
-