Uses of Interface
net.officefloor.frame.api.executive.ProcessIdentifier
Packages that use ProcessIdentifier
Package
Description
-
Uses of ProcessIdentifier in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return ProcessIdentifierModifier and TypeMethodDescriptiondefault ProcessIdentifierExecutive.createProcessIdentifier(ExecutiveOfficeContext officeContext) Creates a newProcessIdentifier.Methods in net.officefloor.frame.api.executive with parameters of type ProcessIdentifierModifier and TypeMethodDescriptionExecutive.createExecutor(ProcessIdentifier processIdentifier) default OfficeManagerExecutive.getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager) Obtains theOfficeManagerfor theProcessState.default voidExecutive.processComplete(ProcessIdentifier processIdentifier) Invokes to notify theProcessStateidentified by theProcessIdentifieris complete.voidExecutive.schedule(ProcessIdentifier processIdentifier, long delay, Runnable runnable) Schedules theRunnableto execute so many milliseconds in the future. -
Uses of ProcessIdentifier in net.officefloor.frame.api.team
Methods in net.officefloor.frame.api.team that return ProcessIdentifier -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.executive
Methods in net.officefloor.frame.impl.execute.executive with parameters of type ProcessIdentifierModifier and TypeMethodDescriptionDefaultExecutive.createExecutor(ProcessIdentifier processIdentifier) voidDefaultExecutive.schedule(ProcessIdentifier processIdentifier, long delay, Runnable runnable) -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ProcessIdentifierModifier and TypeMethodDescriptionOfficeMetaDataImpl.createProcessIdentifier(ProcessState processState) Methods in net.officefloor.frame.impl.execute.office with parameters of type ProcessIdentifierModifier and TypeMethodDescriptionOfficeMetaDataImpl.getExecutor(ProcessIdentifier processIdentifier) OfficeMetaDataImpl.getOfficeManager(ProcessIdentifier processIdentifier) -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return ProcessIdentifier -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return ProcessIdentifierModifier and TypeMethodDescriptionstatic ProcessIdentifierThreadStateImpl.currentProcessIdentifier()Obtains the currentProcessStateProcessIdentifier. -
Uses of ProcessIdentifier in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ProcessIdentifierModifier and TypeMethodDescriptionOfficeMetaData.createProcessIdentifier(ProcessState processState) Creates aProcessIdentifierfor a newProcessState.ProcessState.getProcessIdentifier()Obtains theProcessIdentifierfor thisProcessState.Methods in net.officefloor.frame.internal.structure with parameters of type ProcessIdentifierModifier and TypeMethodDescriptionOfficeMetaData.getExecutor(ProcessIdentifier processIdentifier) Obtains theExecutorfor theProcessState.OfficeMetaData.getOfficeManager(ProcessIdentifier processIdentifier) Obtains theOfficeManagerfor theProcessState. -
Uses of ProcessIdentifier in net.officefloor.web.executive
Methods in net.officefloor.web.executive that return ProcessIdentifierModifier and TypeMethodDescriptionWebThreadAffinityExecutive.createProcessIdentifier(ExecutiveOfficeContext officeContext) Methods in net.officefloor.web.executive with parameters of type ProcessIdentifierModifier and TypeMethodDescriptionWebThreadAffinityExecutive.createExecutor(ProcessIdentifier processIdentifier) voidWebThreadAffinityExecutive.schedule(ProcessIdentifier processIdentifier, long delay, Runnable runnable)