Class DoubletServiceCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.DoubletServiceCallable
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetResults(String p_strAppId, String p_strDgGuid) booleanisIdle()checks whether all jobs are idleintvoidstart(de.uplanet.lucy.server.connector.IServerBridgeRequest p_request, String p_strAppId, String p_strDgGuid) adds a new DoubletJob to the list and starts the search for doublets
- 
Constructor Details- 
DoubletServiceCallablepublic DoubletServiceCallable()constructor getting the real service
 
- 
- 
Method Details- 
isIdlepublic boolean isIdle()checks whether all jobs are idle
- 
startpublic void start(de.uplanet.lucy.server.connector.IServerBridgeRequest p_request, String p_strAppId, String p_strDgGuid) adds a new DoubletJob to the list and starts the search for doublets- Parameters:
- p_request-
- p_strAppId-
- p_strDgGuid-
 
- 
merge- Parameters:
- p_strDgGuid-
- p_strMergeList-
- Returns:
- int
 
- 
getResults- Returns:
- List from the first job found in the job list.
 
- 
getResultspublic List<List<de.uplanet.lucy.server.doublet.Doublet>> getResults(String p_strAppId, String p_strDgGuid) - Parameters:
- p_strAppId-
- p_strDgGuid-
- Returns:
- List
 
 
-