| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Field and Description |
|---|---|
protected Filter |
ServiceTracker.filter
The Filter used by this
ServiceTracker which specifies the search
criteria for the services to track. |
| Modifier and Type | Method and Description |
|---|---|
Filter |
ModuleContext.createFilter(String filter)
Creates a
Filter object. |
| Constructor and Description |
|---|
ServiceTracker(ModuleContext context,
Filter filter,
ServiceTrackerCustomizer<S,T> customizer)
Create a
ServiceTracker on the specified Filter object. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoFilter
A dummy filter that matches everything.
|
| Modifier and Type | Field and Description |
|---|---|
static Filter |
NoFilter.INSTANCE
Singleton instance
|
| Modifier and Type | Method and Description |
|---|---|
Filter |
AbstractModuleContext.createFilter(String filter) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.