Accessing contexts
From CCIL
Revision as of 08:20, 13 June 2016 by Admin (Talk | contribs) (Created page with " <pre> ... IContextsService contexts; ... contexts = LocalServer.getService(IContextsService.NAME, IContextsService.class); ... ArrayList<DataSourceTag> tags = new ArrayLi...")
... IContextsService contexts; ... contexts = LocalServer.getService(IContextsService.NAME, IContextsService.class); ... ArrayList<DataSourceTag> tags = new ArrayList<WhipBackendService.DataSourceTag>(); AppInfo[] apps = contexts.getApps(); ...