Uses of Class
com.aspectran.core.component.schedule.ScheduleRuleRegistry
-
Packages that use ScheduleRuleRegistry Package Description com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.rule.assistant -
-
Uses of ScheduleRuleRegistry in com.aspectran.core.context
Methods in com.aspectran.core.context that return ScheduleRuleRegistry Modifier and Type Method Description ScheduleRuleRegistryActivityContext. getScheduleRuleRegistry()Gets the schedule rule registry.ScheduleRuleRegistryAspectranActivityContext. getScheduleRuleRegistry()Methods in com.aspectran.core.context with parameters of type ScheduleRuleRegistry Modifier and Type Method Description voidAspectranActivityContext. setScheduleRuleRegistry(ScheduleRuleRegistry scheduleRuleRegistry) -
Uses of ScheduleRuleRegistry in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return ScheduleRuleRegistry Modifier and Type Method Description ScheduleRuleRegistryContextRuleAssistant. getScheduleRuleRegistry()Returns the schedule rule registry.
-