This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: SocketServer in a MBean?dimitris Oct 27, 2007 7:39 AM (in response to vojeda)Obviously you need to start separate thread(s) to do the accepting and processing or requests. 
- 
        2. Re: SocketServer in a MBean?vojeda Oct 30, 2007 3:40 PM (in response to vojeda)Yes but ... when start the thread? I need my server to start listening "automatically" How can I accomplish that? 
- 
        3. Re: SocketServer in a MBean?dimitris Oct 30, 2007 3:59 PM (in response to vojeda)When jboss calls startService() on your mbean. 
- 
        4. Re: SocketServer in a MBean?deltaman Apr 8, 2008 2:30 PM (in response to vojeda)Also do not forget to add controller methods/functions to control your SocketServer 
 
     
    