| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Method and Description |
|---|---|
Set<StabilityMonitor> |
DelegatingServiceTarget.getMonitors()
Deprecated.
|
Set<StabilityMonitor> |
DelegatingServiceContainer.getMonitors()
Deprecated.
|
Set<StabilityMonitor> |
ServiceTarget.getMonitors()
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceBuilder<T> |
ServiceBuilder.addMonitor(StabilityMonitor monitor)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.addMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
ServiceTarget.addMonitor(StabilityMonitor monitor)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceBuilder<T> |
DelegatingServiceBuilder.addMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.addMonitors(StabilityMonitor... monitors)
Deprecated.
|
ServiceTarget |
ServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.removeMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.removeMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
ServiceTarget.removeMonitor(StabilityMonitor monitor)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
Copyright © 2021 Red Hat, Inc.