hudson.remoting
Interface Callable<V,T extends Throwable>

All Superinterfaces:
Serializable
All Known Subinterfaces:
DelegatingCallable<V,T>

public interface Callable<V,T extends Throwable>
extends Serializable

Represents computation to be done on a remote system.

Author:
Kohsuke Kawaguchi
See Also:
Channel

Method Summary
 V call()
          Performs computation and returns the result, or throws some exception.
 

Method Detail

call

V call()
       throws T extends Throwable
Performs computation and returns the result, or throws some exception.

Throws:
T extends Throwable


Copyright © 2004-2011. All Rights Reserved.