Uses of Interface
org.elasticsearch.common.inject.Scope

Packages that use Scope
org.elasticsearch.common.inject Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework. 
org.elasticsearch.common.inject.binder Interfaces which make up Binder's expression language. 
org.elasticsearch.common.inject.internal Guice (sounds like like "juice") 
org.elasticsearch.common.inject.spi Guice service provider interface 
 

Uses of Scope in org.elasticsearch.common.inject
 

Fields in org.elasticsearch.common.inject declared as Scope
static Scope Scopes.NO_SCOPE
          No scope; the same as not applying any scope at all.
static Scope Scopes.SINGLETON
          One instance per Injector.
 

Methods in org.elasticsearch.common.inject with parameters of type Scope
protected  void PrivateModule.bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope)
           
 void Binder.bindScope(Class<? extends Annotation> annotationType, Scope scope)
          Binds a scope to an annotation.
protected  void AbstractModule.bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope)
           
 

Uses of Scope in org.elasticsearch.common.inject.binder
 

Methods in org.elasticsearch.common.inject.binder with parameters of type Scope
 void ScopedBindingBuilder.in(Scope scope)
          See the EDSL examples at Binder.
 

Uses of Scope in org.elasticsearch.common.inject.internal
 

Methods in org.elasticsearch.common.inject.internal that return Scope
 Scope Scoping.getScopeInstance()
          Returns the scope instance, or null if that isn't known for this instance.
 

Methods in org.elasticsearch.common.inject.internal with parameters of type Scope
 Errors Errors.duplicateScopes(Scope existing, Class<? extends Annotation> annotationType, Scope scope)
           
static Scoping Scoping.forInstance(Scope scope)
           
 void AbstractBindingBuilder.in(Scope scope)
           
 

Uses of Scope in org.elasticsearch.common.inject.spi
 

Methods in org.elasticsearch.common.inject.spi that return Scope
 Scope ScopeBinding.getScope()
           
 

Methods in org.elasticsearch.common.inject.spi with parameters of type Scope
 V DefaultBindingScopingVisitor.visitScope(Scope scope)
           
 V BindingScopingVisitor.visitScope(Scope scope)
          Visit a scope instance.
 



Copyright © 2009-2012. All Rights Reserved.