X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2Fsystem%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fcore%2FScope.java;h=1b9f66154597e7aaa190a77f5acc3c58dbf0414c;hb=3ba65cd3c793917d3faaebc665fc967c3f3d5fcd;hp=4f26f53df485e52c7a1cbd5dab5611b0d0459a1b;hpb=1b578911eee0a7052dcd300a1dcdd2e7d5d90d8d;p=utils diff --git a/trunk/system/general/src/main/java/org/wamblee/system/core/Scope.java b/trunk/system/general/src/main/java/org/wamblee/system/core/Scope.java index 4f26f53d..1b9f6615 100644 --- a/trunk/system/general/src/main/java/org/wamblee/system/core/Scope.java +++ b/trunk/system/general/src/main/java/org/wamblee/system/core/Scope.java @@ -15,6 +15,8 @@ */ package org.wamblee.system.core; +import java.util.List; + /** * A scope represents a set of running services and the runtime information for the * started components and is (usually) the result of @@ -28,7 +30,7 @@ public interface Scope { * Gets the provided interfaces by this scope. * @return Provided interfaces. */ - ProvidedInterface[] getProvidedInterfaces(); + List getProvidedInterfaces(); /** * Adds a key value pair to the scope.