Package org.apache.uima.aae.delegate
Class Delegate.DelegateEntry
- java.lang.Object
-
- org.apache.uima.aae.delegate.Delegate.DelegateEntry
-
- Enclosing class:
- Delegate
public static class Delegate.DelegateEntry extends java.lang.ObjectEntry in the list of CASes pending reply. It stores theInProcessCache.CacheEntrycontaining information about a CAS that was sent to the delegate.
-
-
Constructor Summary
Constructors Constructor Description DelegateEntry(java.lang.String aCasReferenceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCasReferenceId()intgetCommand()intgetRetryCount()voidincrementRetryCount()booleanisGeneratingChildren()voidresetRetryCount()voidsetCommand(int command)voidsetGeneratingChildren(boolean tOf)
-
-
-
Method Detail
-
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
public java.lang.String getCasReferenceId()
-
-