This tracks the implementation and unit test generation for Remotes dealing with Resource Management: # AvailabilityManagerRemote # ResourceGroupManagerRemote # ResourceManagerRemote See: http://jopr.org/confluence/display/RHQ/Design-Remote+API
Rev4212 implements the ResourceManager and ResourceGroupManager Remote/Local/Beans. But, the impl 'find' services are temporary and do not yet make use of QueryGenerator. Also, some unit tests could be added for the new remote methods.
rev4287 - finish remote client impl for ResourceManagerBean; remove unused methods; use int in favor of Integer (and fix all callers); change sessionSubject to subject; rev4288 - finish remote client impl for ResourceGroupManagerBean; use int in favor of Integer (and fix all callers); change sessionSubject to subject; fix tests to catch new exceptions due to some refactoring in the local method throws clauses;
rev4289 - add all methods in the ResourceGroupManager remote interface to the local interface; re-order them so it's easy to see which are from the remote interface;
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2193