Uses of Interface
net.officefloor.frame.api.executive.ProcessIdentifier
-
-
Uses of ProcessIdentifier in net.officefloor.frame.api.executive
Methods in net.officefloor.frame.api.executive that return ProcessIdentifier Modifier and Type Method Description default ProcessIdentifierExecutive. createProcessIdentifier(ExecutiveOfficeContext officeContext)Creates a newProcessIdentifier.Methods in net.officefloor.frame.api.executive with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorExecutive. createExecutor(ProcessIdentifier processIdentifier)Creates anExecutorthat MUST execute theRunnablein a differentThreadto the caller.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, java.lang.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 Modifier and Type Method Description ProcessIdentifierJob. getProcessIdentifier() -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.executive
Methods in net.officefloor.frame.impl.execute.executive with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorDefaultExecutive. createExecutor(ProcessIdentifier processIdentifier)voidDefaultExecutive. schedule(ProcessIdentifier processIdentifier, long delay, java.lang.Runnable runnable) -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.office
Methods in net.officefloor.frame.impl.execute.office that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierOfficeMetaDataImpl. createProcessIdentifier(ProcessState processState)Methods in net.officefloor.frame.impl.execute.office with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorOfficeMetaDataImpl. getExecutor(ProcessIdentifier processIdentifier)OfficeManagerOfficeMetaDataImpl. getOfficeManager(ProcessIdentifier processIdentifier) -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.process
Methods in net.officefloor.frame.impl.execute.process that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierProcessStateImpl. getProcessIdentifier() -
Uses of ProcessIdentifier in net.officefloor.frame.impl.execute.thread
Methods in net.officefloor.frame.impl.execute.thread that return ProcessIdentifier Modifier and Type Method Description static ProcessIdentifierThreadStateImpl. currentProcessIdentifier()Obtains the currentProcessStateProcessIdentifier. -
Uses of ProcessIdentifier in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierOfficeMetaData. createProcessIdentifier(ProcessState processState)Creates aProcessIdentifierfor a newProcessState.ProcessIdentifierProcessState. getProcessIdentifier()Obtains theProcessIdentifierfor thisProcessState.Methods in net.officefloor.frame.internal.structure with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorOfficeMetaData. getExecutor(ProcessIdentifier processIdentifier)Obtains theExecutorfor theProcessState.OfficeManagerOfficeMetaData. getOfficeManager(ProcessIdentifier processIdentifier)Obtains theOfficeManagerfor theProcessState. -
Uses of ProcessIdentifier in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierGoogleAppEngineExecutive. createProcessIdentifier(ExecutiveOfficeContext officeContext)Methods in net.officefloor.server.appengine with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorGoogleAppEngineExecutive. createExecutor(ProcessIdentifier processIdentifier)OfficeManagerGoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)voidGoogleAppEngineExecutive. processComplete(ProcessIdentifier processIdentifier)voidGoogleAppEngineExecutive. schedule(ProcessIdentifier processIdentifier, long delay, java.lang.Runnable runnable) -
Uses of ProcessIdentifier in net.officefloor.web.executive
Methods in net.officefloor.web.executive that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifierWebThreadAffinityExecutive. createProcessIdentifier(ExecutiveOfficeContext officeContext)Methods in net.officefloor.web.executive with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.ExecutorWebThreadAffinityExecutive. createExecutor(ProcessIdentifier processIdentifier)voidWebThreadAffinityExecutive. schedule(ProcessIdentifier processIdentifier, long delay, java.lang.Runnable runnable)
-