TrueUpdate Core 0.1.4

net.java.trueupdate.core.io
Interface Job<V,X extends Exception>

All Superinterfaces:
Callable<V>

public interface Job<V,X extends Exception>
extends Callable<V>

A Callable for doing I/O.

Author:
Christian Schlichtherle

Method Summary
 V call()
           
 

Method Detail

call

V call()
       throws X extends Exception,
              IOException
Specified by:
call in interface Callable<V>
Throws:
X extends Exception
IOException

TrueUpdate Core 0.1.4

Copyright © 2013 Stimulus Software. All rights reserved.