Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-25 05:18:31 +0000
committerslewis2014-03-25 05:18:31 +0000
commitd98dae958184637ab767fb9566fe07b58031ba8d (patch)
tree2dccee2b6fe8afbd7dfed61395e036fea1cf112c /examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF
parent5b5e004b91e6dca670fd3e53594f40bae5b0887c (diff)
downloadorg.eclipse.ecf-d98dae958184637ab767fb9566fe07b58031ba8d.tar.gz
org.eclipse.ecf-d98dae958184637ab767fb9566fe07b58031ba8d.tar.xz
org.eclipse.ecf-d98dae958184637ab767fb9566fe07b58031ba8d.zip
Initial checkin of c.m.e.t.async and c.m.e.t.consumer.ds.async example
java8/completablefuture examples Change-Id: Ie6dc00121ba25063a69bda257f6b2743d8ed8894
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF/timeservicecomponentasync.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF/timeservicecomponentasync.xml b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF/timeservicecomponentasync.xml
new file mode 100644
index 000000000..2e13191e2
--- /dev/null
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/OSGI-INF/timeservicecomponentasync.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" immediate="true" enabled="true" name="com.mycorp.examples.timeservice.consumer.ds.async">
+ <implementation class="com.mycorp.examples.timeservice.consumer.ds.async.TimeServiceComponentAsync"/>
+ <reference bind="bindTimeService" cardinality="1..n" interface="com.mycorp.examples.timeservice.ITimeServiceAsync" name="ITimeServiceAsync" policy="dynamic"/>
+</scr:component> \ No newline at end of file

Back to the top