org.apache.uima.aae.delegate
Class Delegate.DelegateEntry

java.lang.Object
  extended by org.apache.uima.aae.delegate.Delegate.DelegateEntry
Enclosing class:
Delegate

public static class Delegate.DelegateEntry
extends java.lang.Object

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
Delegate.DelegateEntry(java.lang.String aCasReferenceId)
           
 
Method Summary
 java.lang.String getCasReferenceId()
           
 int getCommand()
           
 int getRetryCount()
           
 void incrementRetryCount()
           
 boolean isGeneratingChildren()
           
 void resetRetryCount()
           
 void setCommand(int command)
           
 void setGeneratingChildren(boolean tOf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegate.DelegateEntry

public Delegate.DelegateEntry(java.lang.String aCasReferenceId)
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()


Copyright © 2011. All Rights Reserved.