Hi, I'm trying to figure out how to provide access to
EJB methods through JMX.
As an example, I would like to create a statefull session bean called "HelloWorldBean" witch has the methods getHelloString and setHelloString.
These methods, I'd like to access through JMX (using e.g. an HTML, RMI or SNMP adaptor)
Does anyone know how to do this, or have a reference to an example?
Any help is appreciated!
Regards, Ola