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. childrenThe children of this service (only valid duringServiceController.State.UP).private IdentityHashSet<ServiceControllerImpl<?>>StabilityMonitor. controllersprivate IdentityHashSet<Dependent>ServiceRegistrationImpl. dependentsThe set of dependents on this registration.private IdentityHashSet<ServiceName>ServiceControllerImpl. immediateUnavailableDependenciesThe immediate unavailable dependencies of this service.private IdentityHashSet<ServiceListener<? super S>>ServiceControllerImpl. listenersThe set of registered service listeners.private IdentityHashSet<StabilityMonitor>ServiceBuilderImpl. monitorsprivate IdentityHashSet<StabilityMonitor>ServiceControllerImpl. monitorsThe 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 voidServiceContainerImpl. detectCircularity(IdentityHashSet<? extends Dependent> dependents, ServiceControllerImpl<?> instance, java.util.Set<ServiceControllerImpl<?>> visited, java.util.Deque<ServiceName> visitStack)
-