*
* @param host
* @return
*/
private ItemCollection processCollection(String host) {
AtomBinding binding = atomBindingFactory.createAtomBinding();
binding.setURI("http://" + host + ":9990/node/processes");
ServiceReference<ItemCollection> reference = dynamicReference(ItemCollection.class, binding, assemblyFactory, compositeActivator);
return reference.getService();
}