Uses of Class
org.apache.camel.guice.support.CloseFailedException

Packages that use CloseFailedException
org.apache.camel.guice.inject   
org.apache.camel.guice.support   
org.apache.camel.guice.support.internal   
org.apache.camel.guice.util   
 

Uses of CloseFailedException in org.apache.camel.guice.inject
 

Methods in org.apache.camel.guice.inject 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, Class<? extends Annotation> scopeAnnotationToClose)
          Closes objects within the given scope using the currently registered Closer implementations
static void Injectors.close(com.google.inject.Injector injector, Class<? extends 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.apache.camel.guice.support
 

Methods in org.apache.camel.guice.support that throw CloseFailedException
 void CloseErrors.throwIfNecessary()
           
 

Uses of CloseFailedException in org.apache.camel.guice.support.internal
 

Methods in org.apache.camel.guice.support.internal that throw CloseFailedException
 void CloseErrorsImpl.throwIfNecessary()
           
 

Uses of CloseFailedException in org.apache.camel.guice.util
 

Methods in org.apache.camel.guice.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
 



Apache Camel