[jboss-dev-forums] [Design of POJO Server] - New JMX Integration features.

adrian@jboss.org do-not-reply at jboss.com
Thu Aug 10 15:43:59 EDT 2006


I've added the following features to JMX deployments.

1) The ability to inject either a JMX object or a POJO object
or one of its properties (and to be able to specify the
dependent state so you can break circular dependecies).

This works the same way as the MC inject.

e.g.
<mbean ...
  |    <attribute name="Link"><inject bean="Something" property="whatever" state="Instantiated"/>

2) The ability to define an MBean as "On Demand"

<mbean ... mode="On Demand">

or the whole deployment

<server mode="On Demand">
  |    <mbean ...>
  |    <mbean ...>
  |    <mbean ...>
  | </server>
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964463#3964463

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964463



More information about the jboss-dev-forums mailing list