Package | Description |
---|---|
org.glassfish.hk2.runlevel | |
org.glassfish.hk2.runlevel.internal |
Modifier and Type | Method and Description |
---|---|
ErrorInformation.ErrorAction |
ErrorInformation.getAction()
Returns the action the system will take
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorInformation.setAction(ErrorInformation.ErrorAction action)
Sets the action the system should take
|
Modifier and Type | Field and Description |
---|---|
private ErrorInformation.ErrorAction |
ErrorInformationImpl.action |
Modifier and Type | Method and Description |
---|---|
ErrorInformation.ErrorAction |
ErrorInformationImpl.getAction() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ErrorInformationImpl(java.lang.Throwable error,
ErrorInformation.ErrorAction action,
Descriptor descriptor) |