Your component is responsible for registerting / unregisterting all the
means needed with the given mbean server.
You can use the context.getMbeanNames to create the mbean names.
You can return your mbean name in the getExtensionMBeanName, but this is not
currently used.
Cheers,
Guillaume Nodet
On 5/24/06, yusef <[EMAIL PROTECTED]> wrote:
hi,
1) I have created a component, say comp1, that implements comp1MBean
interface.
this interface provides some management methods.
when I install this component, I don't see those MBean methods in my JMX
console. what is wrong?
2) in getExtensionMBeanName I create an ObjectName like this:
ObjectName name = new ObjectName("com.mycom.examples:name=comp1");
how this method can be used?
thanks,
Yusef
--
View this message in context:
http://www.nabble.com/extension+MBean-t1676261.html#a4545090
Sent from the ServiceMix - User forum at Nabble.com.
--
Cheers,
Guillaume Nodet