Package org.jboss.msc.service
Class ServiceControllerImpl.ServiceAvailableTask
- java.lang.Object
-
- org.jboss.msc.service.ServiceControllerImpl.ServiceAvailableTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServiceControllerImpl<S>
private class ServiceControllerImpl.ServiceAvailableTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private Dependent[]
children
private java.util.Map<ServiceName,Dependent[]>
dependents
-
Constructor Summary
Constructors Constructor Description ServiceAvailableTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Field Detail
-
dependents
private final java.util.Map<ServiceName,Dependent[]> dependents
-
children
private final Dependent[] children
-
-