Package org.apache.uima.aae.delegate
Class Delegate.DelegateEntry
java.lang.Object
org.apache.uima.aae.delegate.Delegate.DelegateEntry
- Enclosing class:
- Delegate
Entry in the list of CASes pending reply. It stores the
InProcessCache.CacheEntry
containing
information about a CAS that was sent to the delegate.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
boolean
void
void
setCommand
(int command) void
setGeneratingChildren
(boolean tOf)
-
Constructor Details
-
DelegateEntry
-
-
Method Details
-
isGeneratingChildren
public boolean isGeneratingChildren() -
setGeneratingChildren
public void setGeneratingChildren(boolean tOf) -
getCommand
public int getCommand() -
setCommand
public void setCommand(int command) -
getRetryCount
public int getRetryCount() -
incrementRetryCount
public void incrementRetryCount() -
resetRetryCount
public void resetRetryCount() -
getCasReferenceId
-