Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
Modifier and Type | Method and Description |
---|---|
<V,T extends java.lang.Throwable> |
LocalChannel.callAsync(Callable<V,T> callable) |
<V,T extends java.lang.Throwable> |
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
<V,T extends java.lang.Throwable> |
Channel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
Copyright © 2012. All Rights Reserved.