org.apache.tapestry5.ioc
public interface: OperationTracker [javadoc |
source]
All Known Implementing Classes:
RegistryImpl, PerThreadOperationTracker, InternalRegistry, OperationTrackerImpl
Used to track some set of operations in such a way that a failure (a thrown RuntimeException) will be logged along
with a trace of the stack of operations.
| Method from org.apache.tapestry5.ioc.OperationTracker Summary: |
|---|
|
invoke, run |
| Method from org.apache.tapestry5.ioc.OperationTracker Detail: |
public T invoke(String description,
Invokable<T> operation)
Executes the operation, returning its value. |
public void run(String description,
Runnable operation)
|