Class ScheduleRuleRegistry
java.lang.Object
com.aspectran.core.component.AbstractComponent
com.aspectran.core.component.schedule.ScheduleRuleRegistry
- All Implemented Interfaces:
Component
The Class ScheduleRuleRegistry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addScheduleRule
(ScheduleRule scheduleRule) boolean
protected void
protected void
getScheduledJobRules
(String[] transletNames) getScheduleRule
(String scheduleId) void
setAssistantLocal
(AssistantLocal assistantLocal) Methods inherited from class com.aspectran.core.component.AbstractComponent
destroy, getComponentName, initialize, isAvailable, isDestroyed, isDestroying, isInitialized
-
Constructor Details
-
ScheduleRuleRegistry
public ScheduleRuleRegistry()
-
-
Method Details
-
setAssistantLocal
-
getScheduleRules
-
getScheduleRule
-
contains
-
addScheduleRule
- Throws:
IllegalRuleException
-
getScheduledJobRules
-
doInitialize
protected void doInitialize()- Specified by:
doInitialize
in classAbstractComponent
-
doDestroy
protected void doDestroy()- Specified by:
doDestroy
in classAbstractComponent
-