[jboss-user] [JBoss Seam] - Re: Conceptual/Best Practice Question
msduk
do-not-reply at jboss.com
Tue Mar 27 11:06:44 EDT 2007
I am getting greedy now. Is there somewhere I can place the event call inside a @Conversational bean so that it will get fired on any @End call? I have many many ways to end a conversation here.
I thought like this...
| @Remove @Destroy @RaiseEvent("YOUR_EVENT_NAME")
| public void destroy() {}
| |
| | ... although I suspect someone will call me naughty for doing this? This also requires me to ask if @Destroy is called directly after @End.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032074#4032074
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032074
More information about the jboss-user
mailing list