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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
...
IContextsService contexts;
...
contexts = LocalServer.getService(IContextsService.NAME,
				IContextsService.class);
...
ArrayList<DataSourceTag> tags = new ArrayList<WhipBackendService.DataSourceTag>();
AppInfo[] apps = contexts.getApps();
...