Class DoubletServiceCallable
java.lang.Object
de.uplanet.lucy.server.auxiliaries.DoubletServiceCallable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetResults
(String p_strAppId, String p_strDgGuid) boolean
isIdle()
checks whether all jobs are idleint
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
-
Constructor Details
-
DoubletServiceCallable
public DoubletServiceCallable()constructor getting the real service
-
-
Method Details
-
isIdle
public boolean isIdle()checks whether all jobs are idle -
start
public 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.
-
getResults
public List<List<de.uplanet.lucy.server.doublet.Doublet>> getResults(String p_strAppId, String p_strDgGuid) - Parameters:
p_strAppId
-p_strDgGuid
-- Returns:
- List
-