Uses of Interface
net.officefloor.frame.api.executive.ExecutionStrategy
-
Packages that use ExecutionStrategy Package Description net.officefloor.frame.api.executive net.officefloor.frame.impl.execute.executive net.officefloor.server.appengine net.officefloor.web.executive -
-
Uses of ExecutionStrategy in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy[]
Executive. getExcutionStrategies()
Obtains theExecutionStrategy
strategies. -
Uses of ExecutionStrategy in net.officefloor.frame.impl.execute.executive
Classes in net.officefloor.frame.impl.execute.executive that implement ExecutionStrategy Modifier and Type Class Description class
DefaultExecutive
DefaultExecutive
.Methods in net.officefloor.frame.impl.execute.executive that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy[]
DefaultExecutive. getExcutionStrategies()
-
Uses of ExecutionStrategy in net.officefloor.server.appengine
Classes in net.officefloor.server.appengine that implement ExecutionStrategy Modifier and Type Class Description class
GoogleAppEngineExecutive
Executive
for Google AppEngine.Methods in net.officefloor.server.appengine that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy[]
GoogleAppEngineExecutive. getExcutionStrategies()
-
Uses of ExecutionStrategy in net.officefloor.web.executive
Classes in net.officefloor.web.executive that implement ExecutionStrategy Modifier and Type Class Description class
WebThreadAffinityExecutive
WebThread
affinityExecutive
.Methods in net.officefloor.web.executive that return ExecutionStrategy Modifier and Type Method Description ExecutionStrategy[]
WebThreadAffinityExecutive. getExcutionStrategies()
-