Interface AlfrescoTxDiskDriver.CallableIO<V>

  • Type Parameters:
    V -
    All Superinterfaces:
    java.util.concurrent.Callable<V>
    Enclosing class:
    AlfrescoTxDiskDriver

    public static interface AlfrescoTxDiskDriver.CallableIO<V>
    extends java.util.concurrent.Callable<V>
    An extended Callable that throws IOExceptions.
    • Method Detail

      • call

        V call()
        throws java.io.IOException
        Specified by:
        call in interface java.util.concurrent.Callable<V>
        Throws:
        java.io.IOException