short and sweet, [b]init/destroy[/b] will become [b]create/destroy[/b] is much clearer: you use this to create your service, set it up, expensive operation done, destroy is explicit
start/stop was clear: you use this to start and stop SO IF YOU HAVE MBEANS OUT THERE make sure to port the [b]init to create[/b]. This only applies to your custom MBeans I will of course update the ones in cvs It is going to create a bit or portability problems but I think making this clear once and for all is a good thing (and this one is simple) ______________________________________________________________________ View: http://jboss.org/forums/thread.jsp?forum=66&thread=5202 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
