|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloseFailedException | |
---|---|
org.guiceyfruit | |
org.guiceyfruit.support | |
org.guiceyfruit.support.internal | |
org.guiceyfruit.testing | |
org.guiceyfruit.util |
Uses of CloseFailedException in org.guiceyfruit |
---|
Methods in org.guiceyfruit that throw CloseFailedException | |
---|---|
static void |
Injectors.close(com.google.inject.Injector injector)
Closes any singleton objects in the injector using the currently registered Closer
implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotationToClose)
Closes objects within the given scope using the currently registered Closer
implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotationToClose,
CloseErrors errors)
Closes objects within the given scope using the currently registered Closer
implementations |
static void |
Injectors.close(com.google.inject.Injector injector,
CloseErrors errors)
Closes objects within the given scope using the currently registered Closer
implementations |
Uses of CloseFailedException in org.guiceyfruit.support |
---|
Methods in org.guiceyfruit.support that throw CloseFailedException | |
---|---|
void |
PreDestroyer.close()
|
void |
CloseErrors.throwIfNecessary()
|
Uses of CloseFailedException in org.guiceyfruit.support.internal |
---|
Methods in org.guiceyfruit.support.internal that throw CloseFailedException | |
---|---|
void |
CloseErrorsImpl.throwIfNecessary()
|
Uses of CloseFailedException in org.guiceyfruit.testing |
---|
Methods in org.guiceyfruit.testing that throw CloseFailedException | |
---|---|
void |
InjectorManager.afterClasses()
Lets close all of the injectors we have created so far |
protected void |
InjectorManager.closeInjectors()
|
void |
InjectorManager.closeSingletons()
Closes down any JVM level singletons used in this testing JVM |
Uses of CloseFailedException in org.guiceyfruit.util |
---|
Methods in org.guiceyfruit.util that throw CloseFailedException | |
---|---|
void |
CloseableScope.close()
Closes all of the objects within this scope using the given injector and scope annotation and clears the scope |
void |
CloseableScope.close(com.google.inject.Injector injector)
Closes all of the objects within the given injector of the specified scope and clears the scope |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |