Uses of Class
org.glassfish.hk2.runlevel.ErrorInformation.ErrorAction
-
Packages that use ErrorInformation.ErrorAction Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.runlevel.internal -
-
Uses of ErrorInformation.ErrorAction in org.glassfish.hk2.runlevel
Methods in org.glassfish.hk2.runlevel that return ErrorInformation.ErrorAction Modifier and Type Method Description ErrorInformation.ErrorAction
ErrorInformation. getAction()
Returns the action the system will takestatic ErrorInformation.ErrorAction
ErrorInformation.ErrorAction. valueOf(java.lang.String name)
Returns 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.ErrorAction Modifier and Type Method Description void
ErrorInformation. setAction(ErrorInformation.ErrorAction action)
Sets the action the system should take -
Uses of ErrorInformation.ErrorAction in org.glassfish.hk2.runlevel.internal
Fields in org.glassfish.hk2.runlevel.internal declared as ErrorInformation.ErrorAction Modifier and Type Field Description private ErrorInformation.ErrorAction
ErrorInformationImpl. action
Methods in org.glassfish.hk2.runlevel.internal that return ErrorInformation.ErrorAction Modifier and Type Method Description ErrorInformation.ErrorAction
ErrorInformationImpl. getAction()
Methods in org.glassfish.hk2.runlevel.internal with parameters of type ErrorInformation.ErrorAction Modifier and Type Method Description private static ErrorInformation
CurrentTaskFuture. invokeOnError(CurrentTaskFuture job, java.lang.Throwable th, ErrorInformation.ErrorAction action, java.util.List<ServiceHandle<RunLevelListener>> listeners, Descriptor descriptor)
void
ErrorInformationImpl. setAction(ErrorInformation.ErrorAction action)
Constructors in org.glassfish.hk2.runlevel.internal with parameters of type ErrorInformation.ErrorAction Constructor Description ErrorInformationImpl(java.lang.Throwable error, ErrorInformation.ErrorAction action, Descriptor descriptor)
-