Hi Marc

In general an JMX Adaptor is to access a JMX MBeanServer from a remote site.
In this case I don't think that is what you want ?
The call is made locally and therefore the XML Adaptor just
translate the XML data into an MBeanServer call and returns
the value back wrapped into XML.

I would like to do it, is tomorrow (Saturday) ok ?

Have fun - Andy

----- Original Message -----
From: "marc fleury" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 22, 2001 8:52 PM
Subject: RE: [JBoss-dev] XML Adaptor to JMX


> |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