T - public abstract static class SourcesXmlResolver.LogLabelCallable<T> extends Object implements Callable<T>
| Constructor and Description |
|---|
LogLabelCallable(String theLogLabel) |
| Modifier and Type | Method and Description |
|---|---|
T |
call() |
abstract T |
callLogic()
Computes a result, or throws an exception if unable to do so.
|
String |
getLogLabel() |
void |
setLogLabel(String logLabel) |
public LogLabelCallable(String theLogLabel)
theLogLabel - public String getLogLabel()
public final T call() throws Exception
call in interface Callable<T>ExceptionCallable.call()public abstract T callLogic() throws Exception
Exception - if unable to compute a resultpublic void setLogLabel(String logLabel)
logLabel - the logLabel to setCopyright © 2016 Internet2. All rights reserved.