Uses of Class
org.jboss.msc.service.IdentityHashSet
-
Packages that use IdentityHashSet Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of IdentityHashSet in org.jboss.msc.service
Fields in org.jboss.msc.service declared as IdentityHashSet Modifier and Type Field Description private IdentityHashSet<ServiceControllerImpl<?>>
ServiceControllerImpl. children
The children of this service (only valid duringServiceController.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.Methods in org.jboss.msc.service that return IdentityHashSet Modifier and Type Method Description IdentityHashSet<E>
IdentityHashSet. clone()
(package private) IdentityHashSet<ServiceControllerImpl<?>>
ServiceControllerImpl. getChildren()
(package private) IdentityHashSet<Dependent>
ServiceRegistrationImpl. getDependents()
Returns the dependents set.Methods in org.jboss.msc.service with parameters of type IdentityHashSet Modifier and Type Method Description private void
ServiceContainerImpl. detectCircularity(IdentityHashSet<? extends Dependent> dependents, ServiceControllerImpl<?> instance, java.util.Set<ServiceControllerImpl<?>> visited, java.util.Deque<ServiceName> visitStack)
-