Uses of Interface
org.jboss.msc.service.StopContext
-
Packages that use StopContext Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of StopContext in org.jboss.msc.service
Classes in org.jboss.msc.service that implement StopContext Modifier and Type Class Description private class
ServiceControllerImpl.StopContextImpl
Methods in org.jboss.msc.service with parameters of type StopContext Modifier and Type Method Description void
AbstractService. stop(StopContext context)
Stop the service.void
Service. stop(StopContext context)
Stop the service.void
ValueInjectionService. stop(StopContext context)
Stop the service.void
ValueService. stop(StopContext context)
Stop the service.private void
ServiceControllerImpl.StopTask. stopService(Service<? extends S> service, StopContext context)
-