| Package | Description |
|---|---|
| org.jboss.gravia.runtime |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceTracker<S,T>
The
ServiceTracker class simplifies using services from the
Runtime's service registry. |
| Constructor and Description |
|---|
ServiceTracker(ModuleContext context,
Class<S> clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class. |
ServiceTracker(ModuleContext context,
Filter filter,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified Filter object. |
ServiceTracker(ModuleContext context,
ServiceReference<S> reference,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified ServiceReference
. |
ServiceTracker(ModuleContext context,
String clazz,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified class name. |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.