Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
J
Job
- Interface in
com.archibus.jobmanager
Base interface implemented by long-running jobs.
JOB_COMPLETE
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been completed successfully.
JOB_CREATED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been created but not yet started.
JOB_FAILED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has failed with exception.
JOB_NOT_FOUND
- Static variable in class com.archibus.jobmanager.
JobStatus
The job is not found on the server; typically means that the job has never been started.
JOB_STARTED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been started.
JOB_STOP_ACKNOWLEDGED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been requested to stop, has acknowledged the request, but did not stop yet.
JOB_STOP_REQUESTED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been requested to stop, but did not respond yet.
JOB_STOPPED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job has been stopped.
JOB_TERMINATED
- Static variable in class com.archibus.jobmanager.
JobStatus
The job thread has been terminated.
JobBase
- Class in
com.archibus.jobmanager
Abstract base class for Job implementations.
JobBase()
- Constructor for class com.archibus.jobmanager.
JobBase
JobManager
- Interface in
com.archibus.jobmanager
Manages running job instances for all users.
JobManager.Immutable
- Interface in
com.archibus.jobmanager
Methods that do not change the JobManager state.
JobManager.Mutable
- Interface in
com.archibus.jobmanager
Methods that do change the JobManager state.
JobManager.Mutable.Synchronized
- Interface in
com.archibus.jobmanager
Methods that change the JobManager state in a thread-safe manner (with internal synchronization).
JobManager.ThreadSafe
- Interface in
com.archibus.jobmanager
Methods that are safe to call from any thread without additional synchronization.
JobStatus
- Class in
com.archibus.jobmanager
Default job status implementation.
JobStatus()
- Constructor for class com.archibus.jobmanager.
JobStatus
Constructor.
JobStatus.JobResult
- Class in
com.archibus.jobmanager
Describes a file or document that is a result of the job execution.
JobStatus.JobResult(String, String, String)
- Constructor for class com.archibus.jobmanager.
JobStatus.JobResult
Constructor.
JobStatus.JobResult(String)
- Constructor for class com.archibus.jobmanager.
JobStatus.JobResult
Constructor for results that do not have output files.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Copyright © 2009 ARCHIBUS, Inc. All Rights Reserved.