Uses of Interface
net.officefloor.frame.api.team.Job
-
-
Uses of Job in net.officefloor.frame.api.team
Methods in net.officefloor.frame.api.team with parameters of type Job Modifier and Type Method Description void
Team. assignJob(Job job)
void
ThreadLocalAwareContext. execute(Job job)
Executes theJob
within the invokingThread
of theProcessState
to respect theThreadLocal
instances. -
Uses of Job in net.officefloor.frame.impl.execute.officefloor
Methods in net.officefloor.frame.impl.execute.officefloor with parameters of type Job Modifier and Type Method Description void
ThreadLocalAwareExecutorImpl. execute(Job job)
-
Uses of Job in net.officefloor.frame.impl.execute.team
Methods in net.officefloor.frame.impl.execute.team with parameters of type Job Modifier and Type Method Description void
ThreadLocalAwareContextImpl. execute(Job job)
-
Uses of Job in net.officefloor.frame.impl.spi.team
Methods in net.officefloor.frame.impl.spi.team that return Job Modifier and Type Method Description Job
JobQueue. dequeue()
Thread-safe dequeuing the nextJob
to execute.Job
JobQueue. dequeue(long timeout)
Thread-safe dequeuing the nextJob
to execute.Methods in net.officefloor.frame.impl.spi.team with parameters of type Job Modifier and Type Method Description void
AbstractExecutorTeamSource.ExecutorTeam. assignJob(Job job)
void
LeaderFollowerTeam. assignJob(Job job)
void
OnePersonTeam. assignJob(Job job)
void
JobQueue. enqueue(Job job)
Thread-safe enqueues aJob
to the queue. -
Uses of Job in net.officefloor.frame.internal.structure
Methods in net.officefloor.frame.internal.structure with parameters of type Job Modifier and Type Method Description void
ThreadLocalAwareExecutor. execute(Job job)
-
Uses of Job in net.officefloor.frame.test
Methods in net.officefloor.frame.test with parameters of type Job Modifier and Type Method Description void
BackPressureTeamSource. assignJob(Job job)
void
StepTeam. assignJob(Job job)
-