Class JobServiceV2

  • All Implemented Interfaces:
    IJobServiceV2

    public class JobServiceV2
    extends Object
    implements IJobServiceV2
    An implementation of IJobServiceV2. 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.