[jboss-user] [EJB/JBoss] - Determining disconnected clients
iudoka
do-not-reply at jboss.com
Fri Dec 29 15:24:43 EST 2006
I am using JBoss Server as an EJB container to provide access to Stateful Session Beans. Clients connect via JNP to the EJB's on the Server. When clients disconnect cleanly they call the remove function on the EJBObject and this trickles up to the Session Bean and it can do whatever cleanup it needs to do. However, there is the rare situation where clients can be disconnected abruptly (power outage, network disconnection etc...). Is there anyway that I can track this so I can do the necessary cleanup on the Session Beans. Any ideas what I can do will be appreciated.
Thanks,
- Ison Udoka
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996902#3996902
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996902
More information about the jboss-user
mailing list