> > Need to add your own custom stuff? No problem, write a JMX component for
it.
> > Need to integrate tool XYZ? No problem, write a JMX component for it.
>
> I have started reading up on JMX. It appears to be basically an
instrumentation standard, and finally I've discovered the signifance of all
the chatter about MBeans.
>
> Do the various subsystems of JBoss implement the Agent Level?

All subsystems are instrumented MBeans. Period.

> Does inheritance from JBoss classes automatically instrument our EJBs?

No.... the actual EJB's have nothing to do with JMX. They exist only under
the premises of the EJB/J2EE spec. And where did you get inheritance from
JBoss classes? What classes are you referring to? When you build your EJB's
you don't do anything JBoss related. JBoss just runs 'em.

/Rickard



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

Reply via email to