SalvadorRomo

Results 12 comments of SalvadorRomo

ready!! This last commit now has the changes without conflict 87858b8

and regarding the doc will work on an md! hope I can get it done by the end of the day! Regards!!

Great!! Will work on those observations. And regarding the `WindowsStrategyRegistration`, My idea was to have an strategy for each platform so it could specialize the registration of each MBean into...

Another note i forgot to mention about `WindowsStrategyRegistration ` , If this server in the near future can make it to the core API, we can take advantge of going...

Hi Again, I have worked and implementes JMX Mbeans and Remote MBeanServers before, I know pretty well the architecutre and can do some poc but before that I would like...

Ooh I see, luckily in my last position I work for this product t[RMA](https://commerce.toshiba.com/wps/portal/marketing/?urile=wcm:path:/en-us/home/software/systems-management/rma) that in nutshell are Remote agents in JMX that gets hadware and software inventory by calling...

Great!! Will not let you down!! Gonna start this Monday in these both feature!!

Hi Here is my litte POC Server ``` LocateRegistry.createRegistry(9999); // The address of the connector JMXServiceURL address = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://localhost:9999/server"); // The environment map, null in this case Map environment...

Ok!! I'm going to pass this POC to a real oshi demo and push it into the `oshi-demo` classpath and regarding my idea of allowing oshi to create agents, whatd...