Class DelegateSchedulerServiceInterceptor

  • All Implemented Interfaces:
    SchedulerServiceInterceptor

    public class DelegateSchedulerServiceInterceptor
    extends Object
    implements SchedulerServiceInterceptor
    Simple delegate that is default implementation used if none other has been given. It will just call the internalSchedule on the actual GlobalSchedulerService so it does not introduce any new behavior.