Package | Description |
---|---|
org.glassfish.hk2.runlevel | |
org.glassfish.hk2.runlevel.internal | |
org.jvnet.hk2.examples.runlevel.kernel |
Modifier and Type | Method and Description |
---|---|
void |
RunLevelListener.onError(RunLevelFuture currentJob,
ErrorInformation errorInformation)
Called when a service throws an exception during a proceedTo
operation
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorInformationImpl |
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) |
Modifier and Type | Method and Description |
---|---|
void |
KernelListener.onError(RunLevelFuture future,
ErrorInformation errorInfo) |