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 ProcessIdentifier
Executive. 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.Executor
Executive. createExecutor(ProcessIdentifier processIdentifier)
Creates anExecutor
that MUST execute theRunnable
in a differentThread
to the caller.default OfficeManager
Executive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
Obtains theOfficeManager
for theProcessState
.default void
Executive. processComplete(ProcessIdentifier processIdentifier)
Invokes to notify theProcessState
identified by theProcessIdentifier
is complete.void
Executive. schedule(ProcessIdentifier processIdentifier, long delay, java.lang.Runnable runnable)
Schedules theRunnable
to 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 ProcessIdentifier
Job. 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.Executor
DefaultExecutive. createExecutor(ProcessIdentifier processIdentifier)
void
DefaultExecutive. 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 ProcessIdentifier
OfficeMetaDataImpl. createProcessIdentifier(ProcessState processState)
Methods in net.officefloor.frame.impl.execute.office with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.Executor
OfficeMetaDataImpl. getExecutor(ProcessIdentifier processIdentifier)
OfficeManager
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 Modifier and Type Method Description ProcessIdentifier
ProcessStateImpl. 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 ProcessIdentifier
ThreadStateImpl. currentProcessIdentifier()
Obtains the currentProcessState
ProcessIdentifier
. -
Uses of ProcessIdentifier in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifier
OfficeMetaData. createProcessIdentifier(ProcessState processState)
Creates aProcessIdentifier
for a newProcessState
.ProcessIdentifier
ProcessState. getProcessIdentifier()
Obtains theProcessIdentifier
for thisProcessState
.Methods in net.officefloor.frame.internal.structure with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.Executor
OfficeMetaData. getExecutor(ProcessIdentifier processIdentifier)
Obtains theExecutor
for theProcessState
.OfficeManager
OfficeMetaData. getOfficeManager(ProcessIdentifier processIdentifier)
Obtains theOfficeManager
for theProcessState
. -
Uses of ProcessIdentifier in net.officefloor.server.appengine
Methods in net.officefloor.server.appengine that return ProcessIdentifier Modifier and Type Method Description ProcessIdentifier
GoogleAppEngineExecutive. createProcessIdentifier(ExecutiveOfficeContext officeContext)
Methods in net.officefloor.server.appengine with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.Executor
GoogleAppEngineExecutive. createExecutor(ProcessIdentifier processIdentifier)
OfficeManager
GoogleAppEngineExecutive. getOfficeManager(ProcessIdentifier processIdentifier, OfficeManager defaultOfficeManager)
void
GoogleAppEngineExecutive. processComplete(ProcessIdentifier processIdentifier)
void
GoogleAppEngineExecutive. 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 ProcessIdentifier
WebThreadAffinityExecutive. createProcessIdentifier(ExecutiveOfficeContext officeContext)
Methods in net.officefloor.web.executive with parameters of type ProcessIdentifier Modifier and Type Method Description java.util.concurrent.Executor
WebThreadAffinityExecutive. createExecutor(ProcessIdentifier processIdentifier)
void
WebThreadAffinityExecutive. schedule(ProcessIdentifier processIdentifier, long delay, java.lang.Runnable runnable)
-