|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobEvent | |
|---|---|
| orc.orchard | Orchard is the service-oriented implementation of Orc. |
| orc.orchard.api | |
| orc.orchard.soap | JAX-WS bindings for Orchard services. |
| Uses of JobEvent in orc.orchard |
|---|
| Subclasses of JobEvent in orc.orchard | |
|---|---|
class |
PrintlnEvent
Whenever a "print" or "println" site is called, the output is buffered and sent to the client with println events. |
class |
PromptEvent
|
class |
PublicationEvent
Job publications (published Orc values). |
class |
TokenErrorEvent
|
| Methods in orc.orchard that return types with arguments of type JobEvent | |
|---|---|
java.util.List<JobEvent> |
Job.getEvents(Waiter waiter)
Return events which occurred since the job started or purgeEvents was last called. |
java.util.List<JobEvent> |
AbstractExecutorService.jobEvents(java.lang.String devKey,
java.lang.String job)
|
| Uses of JobEvent in orc.orchard.api |
|---|
| Methods in orc.orchard.api that return types with arguments of type JobEvent | |
|---|---|
java.util.List<JobEvent> |
ExecutorServiceInterface.jobEvents(java.lang.String devKey,
java.lang.String job)
Retrieve events. |
| Uses of JobEvent in orc.orchard.soap |
|---|
| Methods in orc.orchard.soap that return types with arguments of type JobEvent | |
|---|---|
java.util.List<JobEvent> |
ExecutorService.jobEvents(java.lang.String devKey,
java.lang.String job)
Do-nothing override. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||