Class DoubletServiceCallable
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.DoubletServiceCallable
-
@VelocityCallable("instance") public final class DoubletServiceCallable extends Object
-
-
Constructor Summary
Constructors Constructor Description DoubletServiceCallable()
constructor getting the real service
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<List<Doublet>>
getResults()
List<List<Doublet>>
getResults(String p_strAppId, String p_strDgGuid)
boolean
isIdle()
checks whether all jobs are idleint
merge(String p_strDgGuid, String p_strMergeList)
void
start(IServerBridgeRequest p_request, String p_strAppId, String p_strDgGuid)
adds a new DoubletJob to the list and starts the search for doublets
-
-
-
Method Detail
-
isIdle
public boolean isIdle()
checks whether all jobs are idle
-
start
public void start(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
public int merge(String p_strDgGuid, String p_strMergeList)
- Parameters:
p_strDgGuid
-p_strMergeList
-- Returns:
- int
-
getResults
public List<List<Doublet>> getResults()
- Returns:
- List from the first job found in the job list.
-
-