Package tv.hd3g.jobkit.mod
Class BackgroundServiceId
- java.lang.Object
-
- tv.hd3g.jobkit.mod.BackgroundServiceId
-
public class BackgroundServiceId extends Object
-
-
Constructor Summary
Constructors Constructor Description BackgroundServiceId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEach(Consumer<tv.hd3g.jobkit.engine.BackgroundService> action)BackgroundServiceIdDtogetAllRegistedAsDto()tv.hd3g.jobkit.engine.BackgroundServicegetByUUID(UUID uuid)UUIDregister(tv.hd3g.jobkit.engine.BackgroundService service)tv.hd3g.jobkit.engine.BackgroundServiceunRegister(UUID uuid)
-
-
-
Method Detail
-
register
public UUID register(tv.hd3g.jobkit.engine.BackgroundService service)
-
unRegister
public tv.hd3g.jobkit.engine.BackgroundService unRegister(UUID uuid)
-
getAllRegistedAsDto
public BackgroundServiceIdDto getAllRegistedAsDto()
-
getByUUID
public tv.hd3g.jobkit.engine.BackgroundService getByUUID(UUID uuid)
-
forEach
public void forEach(Consumer<tv.hd3g.jobkit.engine.BackgroundService> action)
-
-