Package org.bonitasoft.engine.jobs
Class InternalJob
- java.lang.Object
-
- org.bonitasoft.engine.jobs.InternalJob
-
- All Implemented Interfaces:
java.io.Serializable,StatelessJob
- Direct Known Subclasses:
TriggerTimerEventJob
public abstract class InternalJob extends java.lang.Object implements StatelessJob
- Author:
- Baptiste Mesta
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.bonitasoft.engine.scheduler.StatelessJob
JOB_COMPLETED, JOB_DESCRIPTOR_ID, JOB_EXECUTING
-
-
Constructor Summary
Constructors Constructor Description InternalJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TenantServiceAccessorgetTenantServiceAccessor()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.scheduler.StatelessJob
execute, getDescription, getName, setAttributes
-
-
-
-
Method Detail
-
getTenantServiceAccessor
protected TenantServiceAccessor getTenantServiceAccessor() throws SJobConfigurationException
- Throws:
SJobConfigurationException
-
-