|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkerBean | |
|---|---|
| org.ow2.jasmine.jadort.api | |
| org.ow2.jasmine.jadort.api.entities.deployment | |
| org.ow2.jasmine.jadort.api.entities.topology | |
| Uses of WorkerBean in org.ow2.jasmine.jadort.api |
|---|
| Methods in org.ow2.jasmine.jadort.api with parameters of type WorkerBean | |
|---|---|
void |
IJadortService.abortWorker(WorkerBean worker)
this function forces the worker to be aborted and continues this task |
boolean |
IJadortService.checkWorker(WorkerBean worker)
this function checks if no problem on the worker and all problems are resolved on the worker. |
void |
IJadortService.ignoreWorker(WorkerBean worker)
this function forces the worker to be ignored and continues this task |
void |
IJadortService.restartWorker(WorkerBean worker)
This function allows to restart a task on a worker (the worker will restart the last task) |
| Uses of WorkerBean in org.ow2.jasmine.jadort.api.entities.deployment |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.deployment that return WorkerBean | |
|---|---|
WorkerBean |
WorkerProgressBean.getWorker()
Associated worker getter |
| Methods in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type WorkerBean | |
|---|---|
void |
WorkerProgressBean.setWorker(WorkerBean worker)
Change the associated worker |
| Constructors in org.ow2.jasmine.jadort.api.entities.deployment with parameters of type WorkerBean | |
|---|---|
WorkerProgressBean(WorkerBean worker)
Construct a WorkerProgressBean with its associated worker |
|
| Uses of WorkerBean in org.ow2.jasmine.jadort.api.entities.topology |
|---|
| Methods in org.ow2.jasmine.jadort.api.entities.topology that return types with arguments of type WorkerBean | |
|---|---|
java.util.List<WorkerBean> |
GroupBean.getWorkers()
Get the workers list for this group |
| Method parameters in org.ow2.jasmine.jadort.api.entities.topology with type arguments of type WorkerBean | |
|---|---|
void |
GroupBean.setWorkers(java.util.List<WorkerBean> workers)
Set the workers list for this group |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||