| Package | Description |
|---|---|
| org.jboss.gravia.runtime | |
| org.jboss.gravia.runtime.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllServiceListener
A
ServiceEvent listener that does not filter based upon
wiring. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleContext.addServiceListener(ServiceListener listener)
Adds the specified
ServiceListener object to the context module's
list of listeners. |
void |
ModuleContext.addServiceListener(ServiceListener listener,
String filter)
Adds the specified
ServiceListener object with the specified
filter to the context module's list of listeners. |
void |
ModuleContext.removeServiceListener(ServiceListener listener)
Removes the specified
ServiceListener object from the context
module's list of listeners. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeEventsManager.addServiceListener(Module module,
ServiceListener listener,
String filterstr) |
void |
RuntimeEventsManager.removeServiceListener(Module moduleState,
ServiceListener listener) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.