Uses of Interface
org.apache.camel.guice.support.CloseErrors

Packages that use CloseErrors
org.apache.camel.guice.inject   
org.apache.camel.guice.support   
org.apache.camel.guice.support.internal   
 

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

Methods in org.apache.camel.guice.inject with parameters of type CloseErrors
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 CloseErrors in org.apache.camel.guice.support
 

Methods in org.apache.camel.guice.support with parameters of type CloseErrors
static void Closers.close(Object key, Object objectToBeClosed, Closer closer, CloseErrors errors)
          Closes the given object with the Closer if the object is not null
 

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

Classes in org.apache.camel.guice.support.internal that implement CloseErrors
 class CloseErrorsImpl
          The default implementation of @{link CloseErrors}
 



Apache Camel