Uses of Interface
org.jboss.msc.service.LifecycleContext
-
Packages that use LifecycleContext Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of LifecycleContext in org.jboss.msc.service
Subinterfaces of LifecycleContext in org.jboss.msc.service Modifier and Type Interface Description interfaceStartContextThe start lifecycle context.interfaceStopContextThe stop lifecycle context.Classes in org.jboss.msc.service that implement LifecycleContext Modifier and Type Class Description private classServiceControllerImpl.StartContextImplprivate classServiceControllerImpl.StopContextImplFields in org.jboss.msc.service with type parameters of type LifecycleContext Modifier and Type Field Description private static MultipleRemoveListener.Callback<LifecycleContext>MultipleRemoveListener. LIFECYCLE_CONTEXT_CALLBACKMethods in org.jboss.msc.service that return types with arguments of type LifecycleContext Modifier and Type Method Description static MultipleRemoveListener<LifecycleContext>MultipleRemoveListener. create(LifecycleContext lifecycleContext)Construct a new instance which calls the lifecyclecomplete()method when done.Methods in org.jboss.msc.service with parameters of type LifecycleContext Modifier and Type Method Description static MultipleRemoveListener<LifecycleContext>MultipleRemoveListener. create(LifecycleContext lifecycleContext)Construct a new instance which calls the lifecyclecomplete()method when done.
-