Class AspectAdviceRuleRegistry
java.lang.Object
com.aspectran.core.component.aspect.AspectAdviceRuleRegistry
- All Implemented Interfaces:
Replicable<AspectAdviceRuleRegistry>
public class AspectAdviceRuleRegistry
extends Object
implements Replicable<AspectAdviceRuleRegistry>
The Class AspectAdviceRuleRegistry.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAspectAdviceRule
(AspectAdviceRule aspectAdviceRule) void
addAspectAdviceRule
(SettingsAdviceRule settingsAdviceRule) void
void
register
(AspectRule aspectRule) Creates and returns a new instance after replicating a rule or Object.toString()
-
Constructor Details
-
AspectAdviceRuleRegistry
public AspectAdviceRuleRegistry()
-
-
Method Details
-
register
-
merge
-
replicate
Description copied from interface:Replicable
Creates and returns a new instance after replicating a rule or Object.- Specified by:
replicate
in interfaceReplicable<AspectAdviceRuleRegistry>
- Returns:
- replicated rule or new instance of Object
-
getSettingsAdviceRuleList
-
getBeforeAdviceRuleList
-
getAfterAdviceRuleList
-
getFinallyAdviceRuleList
-
addAspectAdviceRule
-
addAspectAdviceRule
-
getExceptionRuleList
-
toString
-