Package net.officefloor.frame.test
Class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
- java.lang.Object
-
- net.officefloor.frame.test.ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder
-
- Enclosing class:
- ReflectiveGovernanceBuilder
public class ReflectiveGovernanceBuilder.ReflectiveGovernanceActivityBuilder extends java.lang.ObjectReflectiveGovernanceaction.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildAsynchronousFlow()BuildsAsynchronousFlow.voidbuildFlow(java.lang.String functionName, java.lang.Class<?> argumentType, boolean isSpawnThread)Builds theFlow.voidbuildGovernanceContext()Builds theGovernanceContext.
-
-
-
Method Detail
-
buildGovernanceContext
public void buildGovernanceContext()
Builds theGovernanceContext.
-
buildFlow
public void buildFlow(java.lang.String functionName, java.lang.Class<?> argumentType, boolean isSpawnThread)Builds theFlow.- Parameters:
functionName-ManagedFunctionname.argumentType- Type of argument passed to theFlow.isSpawnThread- Flags whether to spawn aThreadState.
-
buildAsynchronousFlow
public void buildAsynchronousFlow()
BuildsAsynchronousFlow.
-
-