Uses of Enum
org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
Packages that use ErrorInformation.ErrorAction
-
Uses of ErrorInformation.ErrorAction in org.glassfish.hk2.runlevel
Subclasses with type arguments of type ErrorInformation.ErrorAction in org.glassfish.hk2.runlevelModifier and TypeClassDescriptionstatic enumThe set of actions that the system can perform when an error is detectedMethods in org.glassfish.hk2.runlevel that return ErrorInformation.ErrorActionModifier and TypeMethodDescriptionErrorInformation.getAction()Returns the action the system will takestatic ErrorInformation.ErrorActionReturns the enum constant of this type with the specified name.static ErrorInformation.ErrorAction[]ErrorInformation.ErrorAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.hk2.runlevel with parameters of type ErrorInformation.ErrorActionModifier and TypeMethodDescriptionvoidErrorInformation.setAction(ErrorInformation.ErrorAction action) Sets the action the system should take -
Uses of ErrorInformation.ErrorAction in org.glassfish.hk2.runlevel.internal
Methods in org.glassfish.hk2.runlevel.internal that return ErrorInformation.ErrorActionMethods in org.glassfish.hk2.runlevel.internal with parameters of type ErrorInformation.ErrorActionModifier and TypeMethodDescriptionvoidErrorInformationImpl.setAction(ErrorInformation.ErrorAction action)