Uses of Interface
org.apache.jackrabbit.spi.commons.logging.AbstractLogger.Callable
-
Packages that use AbstractLogger.Callable Package Description org.apache.jackrabbit.spi.commons.logging -
-
Uses of AbstractLogger.Callable in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type AbstractLogger.Callable Modifier and Type Method Description protected Object
AbstractLogger. execute(AbstractLogger.Callable thunk, String methodName, Object[] args)
Execute athunk
of a method which might throw aRepositoryException
.
-