Posted By:
java_cti2
Posted On:
Wednesday, January 7, 2004 06:28 AM
Hi All.
My questions are:
1. When I want to manage an EJB do I implement an MBean and do a lookup on the EJB to perform an Operation on the EJB or do I implement the EJB so it will implement the MBean interface??
2. When I want to manage a simple java class do I implement the class so it will implement the MBean interface, or something else??
Thanks.