Uses of Enum Class
org.jboss.msc.service.LifecycleEvent
Packages that use LifecycleEvent
Package
Description
The service container implementation itself.
-
Uses of LifecycleEvent in org.jboss.msc.service
Methods in org.jboss.msc.service that return LifecycleEventModifier and TypeMethodDescriptionstatic LifecycleEventReturns the enum constant of this class with the specified name.static LifecycleEvent[]LifecycleEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.msc.service with parameters of type LifecycleEventModifier and TypeMethodDescriptionvoidLifecycleListener.handleEvent(ServiceController<?> controller, LifecycleEvent event) The service has entered new state -
Uses of LifecycleEvent in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service with parameters of type LifecycleEventModifier and TypeMethodDescriptionvoidCascadeRemovalLifecycleListener.handleEvent(ServiceController<?> source, LifecycleEvent event) voidCountDownLifecycleListener.handleEvent(ServiceController<?> controller, LifecycleEvent event) Constructor parameters in org.wildfly.clustering.service with type arguments of type LifecycleEventModifierConstructorDescriptionCountDownLifecycleListener(CountDownLatch latch, Set<LifecycleEvent> targetEvents) -
Uses of LifecycleEvent in org.wildfly.service
Methods in org.wildfly.service that return types with arguments of type LifecycleEventModifier and TypeMethodDescriptionInstaller.AbstractBuilder.getLifecycleTasks()Installer.Configuration.getLifecycleTasks()Returns tasks to be run per lifecycle event.