com.thoughtworks.proxy.toys.privilege
Class Privileging.PrivilegingExecutedByOrBuild<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingBuild<T>
      extended by com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingExecutedByOrBuild<T>
Enclosing class:
Privileging<T>

public static class Privileging.PrivilegingExecutedByOrBuild<T>
extends Privileging.PrivilegingBuild<T>


Field Summary
 
Fields inherited from class com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingBuild
privileging
 
Method Summary
 Privileging.PrivilegingBuild<T> executedBy(ActionExecutor executor)
          Executed with this action executor.
 
Methods inherited from class com.thoughtworks.proxy.toys.privilege.Privileging.PrivilegingBuild
build, build
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.