Might want to make it

<invoke name="..." method="...">
  <argument type="..." value="..."/>
  ...
</invoke>

This should be fairly simply to do, what would be it used for?

--jason


On Fri, 22 Jun 2001, marc fleury wrote:

> Since people really want to help.
>
> Any taker on a simple XML Adaptor to JMX invocations?
>
> <invoke  name="..." method="..." arguments="commaSeparatedStrings"
> signature="..."/>
>
> will result in a
>
> server.invoke(new ObjectName(name), method, Object[] (from args), String[]
> (from signature));
>
>
> any takers? that should be an hour job
>
> org.jboss.jmx.XMLAdaptorMBean
> org.jboss.jmx.XMLAdaptor
>
> takes an invoke(String)
>
> Look at the RMI stuff for the other semantics (create etc)
>
> regards
>
> _________________
> Marc Fleury, Ph.D
> [EMAIL PROTECTED]
> _________________
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development
>


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

Reply via email to