Task #262 (new)
Opened 18 years ago
Last modified 16 years ago
Consider more service component interfaces for handler logic.
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | trivial | Milestone: | Unscheduled |
Component: | Security | Version: | 3.0-M3 |
Keywords: | services,components,interceptors | Cc: | |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
As seen in #258 and elsewhere, the AOP interceptors ("handlers") are all aware of what type of service they are acting upon. It might make sense to extend this from just ServiceInterface and StatefulServiceInterface to add methods which the handlers can use as necessary:
- closeSession()
- flush()
- etc.
The implementation will then obviously be up to the service.