Package org.jboss.msc.service
Class ServiceControllerImpl.StopTask
- java.lang.Object
-
- org.jboss.msc.service.ServiceControllerImpl.StopTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- ServiceControllerImpl<S>
private class ServiceControllerImpl.StopTask extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private ServiceControllerImpl<?>[]
children
private boolean
onlyUninject
-
Constructor Summary
Constructors Constructor Description StopTask(boolean onlyUninject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
private void
stopService(Service<? extends S> service, StopContext context)
private void
uninject(ServiceName serviceName, ValueInjection<?>[] injections)
-
-
-
Field Detail
-
onlyUninject
private final boolean onlyUninject
-
children
private final ServiceControllerImpl<?>[] children
-
-
Method Detail
-
run
public void run()
- Specified by:
run
in interfacejava.lang.Runnable
-
stopService
private void stopService(Service<? extends S> service, StopContext context)
-
uninject
private void uninject(ServiceName serviceName, ValueInjection<?>[] injections)
-
-