Class SourcesXmlResolver.LogLabelCallable<T>
java.lang.Object
edu.internet2.middleware.grouper.subj.SourcesXmlResolver.LogLabelCallable<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
Callable<T>
- Enclosing class:
- SourcesXmlResolver
public abstract static class SourcesXmlResolver.LogLabelCallable<T>
extends Object
implements Callable<T>
TODO merge this with GrouperCallable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal T
call()
abstract T
Computes a result, or throws an exception if unable to do so.void
setLogLabel
(String logLabel)
-
Constructor Details
-
LogLabelCallable
- Parameters:
theLogLabel
-
-
-
Method Details
-
getLogLabel
- Returns:
- the logLabel
-
call
-
callLogic
Computes a result, or throws an exception if unable to do so.- Returns:
- computed result
- Throws:
Exception
- if unable to compute a result
-
setLogLabel
- Parameters:
logLabel
- the logLabel to set
-