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