Hello,

I have created a ThreadSafe component. Each time a lookup and a release occures for this component, I need to execute some test algorithms. Are there interfaces available which will be interpreted by the container such as Initializable and Dispose or Recycle but for ThreadSafe (Singleton) components?

I need something like this for a ThreadSafe(!) component:

[Component in Container].lookup =>
[Component].doSomethingDirectlyAfterLookup =>
[Component in App]... =>
[Component in App].release =>
[Component].doSomethingDirectlyAfterRelease =>
[Component in Container]

Thank you.

--
Regards
Stephan


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to