On Fri, 6 Sep 2002 08:29, David W. wrote: > Although the user one has reduced usefulness since I don't think there's a > way for Blocks to refer to MBeans at the > moment, since neither ServiceManager nor BlockContext have interfaces to it
yep. We are working on that at the moment ;) > (although a commented out stub exists in BlockContext -- what's CM?): A CM is a ComponentManager. > > /** > * Retrieve the MBeanServer for this application. > * > * NOTE: Unsure if this will ever be implemented > * may be retrievable via CM instead, or perhaps in > * a directory or whatever. > */ > //MBeanServer getMBeanServer(); > > David Weitzman > > ----- Original Message ----- > From: "Eung-ju Park" <[EMAIL PROTECTED]> > To: "Avalon-Phoenix Developers List" > <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 > 12:19 AM > Subject: More configurable SystemManager. > > > Current MX4JSystemManager configuration is not flexible. > > I don't know about JMX. But I think below form of configuration brings > > more > > > power to SystemManager. > > JBoss's configuration has similar form. > > I don't know below form is correct or incorrect. Please comment to me. :) > > > > <component role="...SystemManager" class="...MX4JSystemManager" > > logger="manager"> > > <mbean name="Http:name=HttpAdaptor" > > class="mx4j.adaptor.http.HttpAdaptor"> > > > <attribute name="Port" type="java.lang.Integer">8082</attribute> > > <attribute name="ProcessorName" > > type="javax.management.ObjectName">Http:name=XSLTProcessor</attribute> > > <!-- or like JBOSS > > <depends name="ProcessorName">Http:name=XSLTProcessor</depends> > > --> > > > > <invoke name="addAuthorization"/> > > <parameter type="java.lang.String">mx4j</parameter> > > <parameter type="java.lang.String">mx4j</parameter> > > </invoke> > > <invoke name="start"/> > > </mbean> > > > > <mbean name="Http:name=XSLTProcessor" > > class="mx4j.adaptor.http.XSLTProcessor"> > > <attribute name="File" > > type="java.lang.String">stylesheet.xsl</attribute> > > <attribute name="UseCache" type="java.lang.Boolean">false</attribute> > > </mbean> > > </component> > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> -- Cheers, Peter Donald ---------------------------------------- Whatever you do will be insignificant, but it is very important that you do it. --Gandhi ---------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
