Be careful when reading my advice as I'm in the middle of trying to
understand MBeans myself ... but from what I understand ... if you extend
from the ServiceMBean class which calls the init, start, stop, and destroy
... each one of these then calls that specific subclasses initService,
startService, etc... so what I'm saying is if you didn't need to be
dependent on JBoss services, maybe just don't extend from them!?

----- Original Message -----
From: "Greg Turner" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 11:29 PM
Subject: [JBoss-user] MBean Question


> I want to write an MBean that does not get its startService method
> automatically called when JBoss deploys the MBean.  Is there a way to do
> this?   I just want the MBean sitting there not doing anything until I
> manually start it via 8082.
>
> Thanks
>
> Greg Turner
>
> Tiburon Enterprise Systems
> http://www.tiburon-e-systems.com
> Box 1171
> Tiburon, CA 94920
> 415-332-3363
>
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to