| Package | Description |
|---|---|
| hudson.remoting |
Copyright (c) 2004-2009 Oracle Corporation.
|
| Modifier and Type | Method and Description |
|---|---|
<V,T extends Throwable> |
VirtualChannel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
<V,T extends Throwable> |
LocalChannel.callAsync(Callable<V,T> callable) |
<V,T extends Throwable> |
Channel.callAsync(Callable<V,T> callable)
Makes an asynchronous remote procedure call.
|
Copyright © 2015. All Rights Reserved.