Re: [JBoss-user] Help with MBean

2002-11-11 Thread David Jencks
The service lifecycle methods need to return promptly. If you want ongoing activity, do it in your own threads. david jencks On 2002.11.11 16:43:07 -0500 "Kim, Yong" wrote: > Hi, > I am currently developing a service that will run under JBoss 3.x.x > that's > will open a server socket and proce

RE: [JBoss-user] Help with MBean

2002-11-11 Thread Kim, Yong
Forget about this... I am all set. Mitch -Original Message- From: Kim, Yong [mailto:Yong.Kim@;Staples.com] Sent: Monday, November 11, 2002 4:43 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Help with MBean Hi, I am currently developing a service that will run under J

[JBoss-user] Help with MBean

2002-11-11 Thread Kim, Yong
Hi, I am currently developing a service that will run under JBoss 3.x.x that's will open a server socket and processes the incoming XML packets... and I have decided to make it a MBean component... By the way, my service creates multiple internal threads as well that processes each XML packets.