| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private IdentityHashSet<ServiceControllerImpl<?>> |
ServiceControllerImpl.children
The children of this service (only valid during
State#UP). |
private IdentityHashSet<ServiceControllerImpl<?>> |
StabilityMonitor.controllers |
private IdentityHashSet<Dependent> |
ServiceRegistrationImpl.dependents
The set of dependents on this registration.
|
private IdentityHashSet<ServiceName> |
ServiceControllerImpl.immediateUnavailableDependencies
The immediate unavailable dependencies of this service.
|
private IdentityHashSet<ServiceListener<? super S>> |
ServiceControllerImpl.listeners
The set of registered service listeners.
|
private IdentityHashSet<StabilityMonitor> |
ServiceBuilderImpl.monitors |
private IdentityHashSet<StabilityMonitor> |
ServiceControllerImpl.monitors
The set of registered stability monitors.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityHashSet<E> |
IdentityHashSet.clone() |
(package private) IdentityHashSet<ServiceControllerImpl<?>> |
ServiceControllerImpl.getChildren() |
(package private) IdentityHashSet<Dependent> |
ServiceRegistrationImpl.getDependents()
Returns the dependents set.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
ServiceContainerImpl.detectCircularity(IdentityHashSet<? extends Dependent> dependents,
ServiceControllerImpl<?> instance,
java.util.Set<ServiceControllerImpl<?>> visited,
java.util.Deque<ServiceName> visitStack) |