Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
Set<StabilityMonitor> |
ServiceTarget.getMonitors()
Returns a set of the monitors added to this target.
|
Set<StabilityMonitor> |
DelegatingServiceTarget.getMonitors()
Returns a set of the monitors added to this target.
|
Set<StabilityMonitor> |
DelegatingServiceContainer.getMonitors()
Returns a set of the monitors added to this target.
|
Modifier and Type | Method and Description |
---|---|
ServiceTarget |
ServiceTarget.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceBuilder<T> |
ServiceBuilder.addMonitor(StabilityMonitor monitor)
Add a service stability monitor that will be added to this service.
|
ServiceTarget |
DelegatingServiceTarget.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceContainer.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceBuilder<T> |
DelegatingServiceBuilder.addMonitor(StabilityMonitor monitor) |
BatchServiceTarget |
BatchServiceTarget.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceBuilder<T> |
ServiceBuilder.addMonitors(StabilityMonitor... monitors)
Add service stability monitors that will be added to this service.
|
ServiceTarget |
DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceContainer.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceBuilder<T> |
DelegatingServiceBuilder.addMonitors(StabilityMonitor... monitors) |
BatchServiceTarget |
BatchServiceTarget.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
ServiceTarget |
DelegatingServiceTarget.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
ServiceTarget |
DelegatingServiceContainer.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
BatchServiceTarget |
BatchServiceTarget.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.