|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.duracloud.client.StoreCaller<T>
public abstract class StoreCaller<T>
This class spins on the abstract 'call()' until it returns successfully or it has run out of tries.
Constructor Summary | |
---|---|
StoreCaller()
|
Method Summary | |
---|---|
T |
call()
|
protected abstract T |
doCall()
|
abstract java.lang.String |
getLogMessage()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StoreCaller()
Method Detail |
---|
public T call()
protected abstract T doCall() throws ContentStoreException
ContentStoreException
public abstract java.lang.String getLogMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |