Uses of Interface
net.officefloor.frame.internal.structure.GovernanceContainer
-
Packages that use GovernanceContainer Package Description net.officefloor.frame.impl.execute.governance net.officefloor.frame.impl.execute.thread net.officefloor.frame.internal.structure -
-
Uses of GovernanceContainer in net.officefloor.frame.impl.execute.governance
Classes in net.officefloor.frame.impl.execute.governance that implement GovernanceContainer Modifier and Type Class Description class
GovernanceContainerImpl<E,F extends java.lang.Enum<F>>
GovernanceContainer
implementation.Methods in net.officefloor.frame.impl.execute.governance that return GovernanceContainer Modifier and Type Method Description GovernanceContainer<I>
GovernanceMetaDataImpl. createGovernanceContainer(ThreadState threadState, int governanceIndex)
-
Uses of GovernanceContainer in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return GovernanceContainer Modifier and Type Method Description GovernanceContainer<?>
ThreadStateImpl. getGovernanceContainer(int index)
-
Uses of GovernanceContainer in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return GovernanceContainer Modifier and Type Method Description GovernanceContainer<E>
GovernanceMetaData. createGovernanceContainer(ThreadState threadState, int governanceIndex)
Creates theGovernanceContainer
.GovernanceContainer<?>
ThreadState. getGovernanceContainer(int index)
Obtains theGovernanceContainer
for the input index.
-