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 voidTeam. assignJob(Job job)voidThreadLocalAwareContext. execute(Job job)Executes theJobwithin the invokingThreadof theProcessStateto respect theThreadLocalinstances. -
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 voidThreadLocalAwareExecutorImpl. 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 voidThreadLocalAwareContextImpl. 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 JobJobQueue. dequeue()Thread-safe dequeuing the nextJobto execute.JobJobQueue. dequeue(long timeout)Thread-safe dequeuing the nextJobto execute.Methods in net.officefloor.frame.impl.spi.team with parameters of type Job Modifier and Type Method Description voidAbstractExecutorTeamSource.ExecutorTeam. assignJob(Job job)voidLeaderFollowerTeam. assignJob(Job job)voidOnePersonTeam. assignJob(Job job)voidJobQueue. enqueue(Job job)Thread-safe enqueues aJobto 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 voidThreadLocalAwareExecutor. 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 voidBackPressureTeamSource. assignJob(Job job)voidStepTeam. assignJob(Job job)
-