Uses of Enum Class
de.iip_ecosphere.platform.configuration.maven.ProcessUnit.TerminationReason
-
Uses of ProcessUnit.TerminationReason in de.iip_ecosphere.platform.configuration.maven
Methods in de.iip_ecosphere.platform.configuration.maven that return ProcessUnit.TerminationReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ProcessUnit.TerminationReason[]ProcessUnit.TerminationReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.configuration.maven with parameters of type ProcessUnit.TerminationReasonModifier and TypeMethodDescriptionprivate voidProcessUnit.handleListenerNotification(ProcessUnit.TerminationReason reason) Handles a listener notification and decides about stopping the process, either as the reason requires immediate stop or as the listener decides.private booleanTestAppMojo.handleTermination(ProcessUnit.TerminationReason reason, AtomicBoolean terminated, AtomicInteger testTerminatedCount) Handles a termination notification.booleanProcessUnit.TerminationListener.notifyTermination(ProcessUnit.TerminationReason reason) Called when an in-process termination occurred.