public static class Delegate.DelegateEntry extends Object
InProcessCache.CacheEntry
containing
information about a CAS that was sent to the delegate.Constructor and Description |
---|
DelegateEntry(String aCasReferenceId) |
Modifier and Type | Method and Description |
---|---|
String |
getCasReferenceId() |
int |
getCommand() |
int |
getRetryCount() |
void |
incrementRetryCount() |
boolean |
isGeneratingChildren() |
void |
resetRetryCount() |
void |
setCommand(int command) |
void |
setGeneratingChildren(boolean tOf) |
public DelegateEntry(String aCasReferenceId)
public boolean isGeneratingChildren()
public void setGeneratingChildren(boolean tOf)
public int getCommand()
public void setCommand(int command)
public int getRetryCount()
public void incrementRetryCount()
public void resetRetryCount()
public String getCasReferenceId()
Copyright © 2017. All rights reserved.