Uses of Interface
hudson.remoting.CallableFilter

Packages that use CallableFilter
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of CallableFilter in hudson.remoting
 

Methods in hudson.remoting with parameters of type CallableFilter
 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 © 2013. All Rights Reserved.