public interface HasSchedule
Component
which allow to schedule tasks on scheduler.
In case when a component requires to do a periodical work, e.g. directory polling, file change monitoring,
this interface could be used instead of threads or timers.Modifier and Type | Method and Description |
---|---|
void |
schedule(ScheduledExecutorService executor) |
void schedule(ScheduledExecutorService executor) throws OpenAS2Exception
OpenAS2Exception
Copyright © 2018. All rights reserved.