Difference between revisions of "Accessing contexts"

From CCIL
Jump to: navigation, search
(Created page with " <pre> ... IContextsService contexts; ... contexts = LocalServer.getService(IContextsService.NAME, IContextsService.class); ... ArrayList<DataSourceTag> tags = new ArrayLi...")
(No difference)

Revision as of 08:20, 13 June 2016

...
IContextsService contexts;
...
contexts = LocalServer.getService(IContextsService.NAME,
				IContextsService.class);
...
ArrayList<DataSourceTag> tags = new ArrayList<WhipBackendService.DataSourceTag>();
AppInfo[] apps = contexts.getApps();
...