Might also want to expose methods like:

  void invoke(Document)

and

  Object invoke(Element)

Where the first would assume that there are more than one <invoke>'s and
the second would assume that the passed in element is a <invoke> and it
should return the value of server.invoke().

If no one else volunteers I will do it, though I am working on
re-designing the build system at work, so I won't really have time until
monday.

If you need something sooner, I could probably get something pumped out.
I think it might take a little longer than an hour to think it through
properly and code it.

--jason


On Fri, 22 Jun 2001, marc fleury wrote:

> |Might want to make it
> |
> |<invoke name="..." method="...">
> |  <argument type="..." value="..."/>
>
> yes good idea,
>
> |  ...
> |</invoke>
> |
> |This should be fairly simply to do, what would be it used for?
>
> just a proxy that understands XML messages in input, just an adaptor
>
> very useful (you'll see)
>
> marcf
>
> |
> |--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
>
>
> _______________________________________________
> 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