Credentials |
DTO that carries a user name and the associated password credentials.
|
Job |
A job represents the unit-of-work for the jadice server system.
|
JobListenerAdapter |
|
Limit |
A Limit represents a configuration element used to restrict the way in which a Job (or
rather its Nodes and Workers) is allowed to run.
|
Limits |
This class acts as a convenient container for a set of Limit s.
|
Node |
Nodes represent vertices of the processing node graph.
|
NodeCountLimit |
A Limit restricting the number of Node s that can be created at most at one job.
|
PageCountLimit |
A Limit restricting the maximum number of pages within a generated document.
|
StreamCountLimit |
A Limit restricting the maximum number of streams routed through stream bundles to which
the limit applies.
|
StreamSizeLimit |
A Limit restricting the maximum size of Stream s to which the limit applies.
|
TimeLimit |
A Limit restricting maximum running time of Job s or Node s to which it
applies.
|