Package org.duracloud.client
Class StoreCaller<T>
- java.lang.Object
-
- org.duracloud.client.StoreCaller<T>
-
public abstract class StoreCaller<T> extends Object
This class spins on the abstract 'call()' until it returns successfully or it has run out of tries.- Author:
- Andrew Woods Date: Aug 6, 2010
-
-
Constructor Summary
Constructors Constructor Description StoreCaller()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tcall()protected abstract TdoCall()abstract StringgetLogMessage()
-
-
-
Method Detail
-
call
public T call()
-
doCall
protected abstract T doCall() throws ContentStoreException
- Throws:
ContentStoreException
-
getLogMessage
public abstract String getLogMessage()
-
-