Description of problem: The description of JMX MBeans in the Admin documentation lacks a full list of all possible mbeans and does not differentiate between client/serber mode (where the manual registration is not necessary) and library. Expected results: A full list of mbeans, their supported operations and attributes.
Hi Gemma, nice and precise work! I was browsing the code directly to prove doc. 'Big' change A.13.20: please see this MBean: http://docs.jboss.org/infinispan/5.2/apidocs/jmxComponents.html#XSiteAdmin there were added new operations meanwhile, we need to include them too. Sorry for nitpicking: A.13.4: DefinedCacheName --> DefinedCacheNames A.13.4: StartCache --> startCache A.13.8: CacheName and its type is String[] (array) apidocs say only String but code really says String[] (I don't know why it is not included in apidoc? Developers should clarify this I suppose.) A.13.16: StateTransferManager have no operations recently. I can see some TODOs inside of code. Don't know what is happening right now.
Checked, perfect! Thanks