Package | Description |
---|---|
uws.job | |
uws.service.wait |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<JobObserver> |
UWSJob.getObservers()
Gets the observers of this job.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UWSJob.addObserver(JobObserver observer)
Lets adding an observer of this job.
|
boolean |
UWSJob.removeObserver(JobObserver observer)
Lets removing the given object from the list of observers of this job.
|
Modifier and Type | Class and Description |
---|---|
class |
WaitObserver
Job observer that unblock (here: notify) the given thread when a change of
the execution phase is detected.
|