Package org.jboss.msc.service
Class ServiceControllerImpl.ServiceUnavailableTask
- java.lang.Object
-
- org.jboss.msc.service.ServiceControllerImpl.ServiceUnavailableTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServiceControllerImpl<S>
private class ServiceControllerImpl.ServiceUnavailableTask 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 ServiceUnavailableTask()
-
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
-
-