com.thoughtworks.proxy.toys.privilege
Class Privileging.PrivilegingExecutedByOrBuild<T>
java.lang.Object
com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingBuild<T>
com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingExecutedByOrBuild<T>
- Enclosing class:
- Privileging<T>
public static class Privileging.PrivilegingExecutedByOrBuild<T>
- extends Privileging.PrivilegingBuild<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executedBy
public Privileging.PrivilegingBuild<T> executedBy(ActionExecutor executor)
- Executed with this action executor.
- Parameters:
executor
- the executor that runs the privileged actions.
- Returns:
- the factory that will route calls to the supplied delegate.
- Since:
- 1.0
Copyright © 2005-2010 Codehaus. All Rights Reserved.