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 interface
StartContext
The start lifecycle context.interface
StopContext
The stop lifecycle context.Classes in org.jboss.msc.service that implement LifecycleContext Modifier and Type Class Description private class
ServiceControllerImpl.StartContextImpl
private class
ServiceControllerImpl.StopContextImpl
Fields in org.jboss.msc.service with type parameters of type LifecycleContext Modifier and Type Field Description private static MultipleRemoveListener.Callback<LifecycleContext>
MultipleRemoveListener. LIFECYCLE_CONTEXT_CALLBACK
Methods 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.
-