Uses of Interface
de.mhus.lib.core.strategy.Operation
-
Packages that use Operation Package Description de.mhus.lib.core.schedule de.mhus.lib.core.strategy -
-
Uses of Operation in de.mhus.lib.core.schedule
Classes in de.mhus.lib.core.schedule that implement Operation Modifier and Type Class Description classCronJobSchedule tasks like Crontab (man -S 5 crontab).classIntervalJobExecutes the task every 'interval' milliseconds after execution finished.classIntervalWithStartTimeJobExecutes the task every 'interval' milliseconds after execution finished.classOnceJobclassSchedulerJobclassSchedulerJobProxy -
Uses of Operation in de.mhus.lib.core.strategy
Classes in de.mhus.lib.core.strategy that implement Operation Modifier and Type Class Description classAbstractOperationclassExecuteStrategyclassOperationToIfcProxyclassSkipExecuteStrategyclassSynchronizedExecuteStrategyclassWaitExecuteStrategyMethods in de.mhus.lib.core.strategy that return Operation Modifier and Type Method Description OperationAction. createOperation(TaskContext context)abstract OperationExecuteStrategy. getExecutable()OperationSkipExecuteStrategy. getExecutable()OperationSynchronizedExecuteStrategy. getExecutable()OperationWaitExecuteStrategy. getExecutable()Methods in de.mhus.lib.core.strategy with parameters of type Operation Modifier and Type Method Description abstract voidExecuteStrategy. setExecutable(Operation executable)voidSkipExecuteStrategy. setExecutable(Operation executable)voidSynchronizedExecuteStrategy. setExecutable(Operation executable)voidWaitExecuteStrategy. setExecutable(Operation executable)Constructors in de.mhus.lib.core.strategy with parameters of type Operation Constructor Description NotSuccessful(Operation operation, String msg, long rc)NotSuccessful(Operation operation, String msg, String caption, long rc)OperationDescription(Operation owner, Version version, String title, DefRoot form)OperationDescription(Operation owner, String title, DefRoot form)OperationDescription(Operation owner, String group, String id, String title, DefRoot form)ProfessionalError(Operation operation, String msg, long rc)ProfessionalError(Operation operation, String msg, String caption, long rc)Successful(Operation operation)Successful(Operation operation, String msg, long rc, Object result)Successful(Operation operation, String msg, Object result)Successful(Operation operation, String msg, String... keyValues)SuccessfulMap(Operation operation, String msg)
-