Package | Description |
---|---|
org.glassfish.hk2.internal | |
org.glassfish.hk2.utilities | |
org.jvnet.hk2.internal | |
org.jvnet.hk2.testing.junit.internal |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateHelper
The implementation of the immediate context.
|
Modifier and Type | Class and Description |
---|---|
class |
RethrowErrorService
This is an implementation of
ErrorService that simply rethrows
the exception caught. |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ErrorService> |
ServiceLocatorImpl.errorHandlers |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.LinkedList<ErrorService> |
ServiceLocatorImpl.getErrorHandlers() |
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.handleErrors(NarrowResults results,
java.util.LinkedList<ErrorService> callThese)
Calls the list of error services for the list of errors
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorServiceImpl |