Uses of Interface
org.jboss.msc.service.StopContext
-
Packages that use StopContext Package Description org.jboss.msc The modular service container base package.org.jboss.msc.service The service container implementation itself. -
-
Uses of StopContext in org.jboss.msc
Methods in org.jboss.msc with parameters of type StopContext Modifier and Type Method Description voidService. stop(StopContext context)Stop the service. -
Uses of StopContext in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type StopContext Modifier and Type Method Description voidAbstractService. stop(StopContext context)Deprecated.Stop the service.voidService. stop(StopContext context)Deprecated.Stop the service.voidValueInjectionService. stop(StopContext context)Deprecated.Stop the service.voidValueService. stop(StopContext context)Deprecated.Stop the service.
-