|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- type of elements of setpublic interface SetProvider<T>
An interface for use when a provider of some object is required but the types of implementation come from elsewhere, e.g. OSGi and those types can't be on the using systems classpath.
Concurrent Semantics
Method Summary | |
---|---|
java.util.Set<T> |
getSet()
Implementations of this must provide thread safe sets for iteration. |
Method Detail |
---|
java.util.Set<T> getSet()
Set
of service objects
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |