|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoverer
public class EquinoxServiceDiscoverer
A ServiceDiscoverer that find META-INF/services/... in installed bundles
| Nested Class Summary | |
|---|---|
static class |
EquinoxServiceDiscoverer.ServiceDeclarationImpl
|
| Constructor Summary | |
|---|---|
EquinoxServiceDiscoverer(BundleContext context)
|
|
| Method Summary | |
|---|---|
java.util.Set<ServiceDeclaration> |
discover(java.lang.String serviceName,
boolean firstOnly)
Discover the service descriptors by name |
static void |
init()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EquinoxServiceDiscoverer(BundleContext context)
| Method Detail |
|---|
public static void init()
public java.util.Set<ServiceDeclaration> discover(java.lang.String serviceName,
boolean firstOnly)
ServiceDiscoverer
discover in interface ServiceDiscovererserviceName - The name of the servicefirstOnly - A flag to indicate if only the first instance is to be discovered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||