Class JobService

  • All Implemented Interfaces:
    IJobService

    public class JobService
    extends Object
    implements IJobService
    An implementation of IJobService. By default it will use a singleton Graph generated using the GraphFactory. All operations are simply delegated to the graph. Pre and post operation hooks are available by extending this class and implementing preOperationHook and/or postOperationHook.