| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.addLocalExecutionInterceptor(CallableFilter filter)
Adds a
CallableFilter that gets a chance to decorate every Callables that run locally
sent by the other peer. |
void |
Channel.removeLocalExecutionInterceptor(CallableFilter filter)
Rmoves the filter introduced by
Channel.addLocalExecutionInterceptor(CallableFilter). |
Copyright © 2004-2014. All Rights Reserved.