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 Callable s that run locally
sent by the other peer. |
void |
Channel.removeLocalExecutionInterceptor(CallableFilter filter)
Rmoves the filter introduced by
Channel.addLocalExecutionInterceptor(CallableFilter) . |
Copyright © 2016. All rights reserved.