Skip navigation links
C E G I N O P S T W 

C

createProcessor(WorkEngineProvider<R, W>) - Method in interface io.vertigo.stella.work.WorkManager
Create a new WorkProcessor.

E

exec(W) - Method in interface io.vertigo.stella.work.WorkProcessor
Execute processor composed of tasks.

G

getName() - Method in class io.vertigo.stella.work.WorkEngineProvider
 

I

io.vertigo.stella.node - package io.vertigo.stella.node
 
io.vertigo.stella.work - package io.vertigo.stella.work
 

N

NodeManager - Interface in io.vertigo.stella.node
Gestion des Nodes distribués .

O

onDone(R, Throwable) - Method in interface io.vertigo.stella.work.WorkResultHandler
Exécution terminée .
onStart() - Method in interface io.vertigo.stella.work.WorkResultHandler
Démarrage de l'exécution de la tache.

P

process(W) - Method in interface io.vertigo.stella.work.WorkEngine
Exécute le travail.
process(W, WorkEngineProvider<R, W>) - Method in interface io.vertigo.stella.work.WorkManager
Exécution d'un travail de façon synchrone.
provide() - Method in class io.vertigo.stella.work.WorkEngineProvider
 

S

schedule(W, WorkEngineProvider<R, W>, WorkResultHandler<R>) - Method in interface io.vertigo.stella.work.WorkManager
Lancement asynchrone d'un travail 'dès que possible'.
schedule(Callable<R>, WorkResultHandler<R>) - Method in interface io.vertigo.stella.work.WorkManager
Lancement asynchrone d'un travail 'dès que possible'.

T

then(WorkEngineProvider<S, R>) - Method in interface io.vertigo.stella.work.WorkProcessor
Add a task to the current processor to build a new processor
then(Class<? extends WorkEngine<S, R>>) - Method in interface io.vertigo.stella.work.WorkProcessor
Add a task to the current processor to build a new processor

W

WorkEngine<R,W> - Interface in io.vertigo.stella.work
Moteur d'exécution d'un travail.
WorkEngineProvider<R,W> - Class in io.vertigo.stella.work
Provider des taches.
WorkEngineProvider(Class<? extends WorkEngine<R, W>>) - Constructor for class io.vertigo.stella.work.WorkEngineProvider
Constructor.
WorkEngineProvider(WorkEngine<R, W>) - Constructor for class io.vertigo.stella.work.WorkEngineProvider
Constructor.
WorkEngineProvider(String) - Constructor for class io.vertigo.stella.work.WorkEngineProvider
Constructor.
WorkManager - Interface in io.vertigo.stella.work
Gestion synchrone, asynchrone des taches à effectuer.
WorkProcessor<R,W> - Interface in io.vertigo.stella.work
Work processor used for composing multiple WorkEngine.
WorkResultHandler<R> - Interface in io.vertigo.stella.work
Hanlder permettant de définir le comportement après exécution asynchrone d'un work.
C E G I N O P S T W 
Skip navigation links

Copyright © 2016. All Rights Reserved.