java.lang.Object
org.jvnet.hk2.internal.PerLookupContext
- Author:
- jwells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(ActiveDescriptor<?> descriptor) voiddestroyOne(ActiveDescriptor<?> descriptor) <T> TfindOrCreate(ActiveDescriptor<T> activeDescriptor, ServiceHandle<?> root) Class<? extends Annotation>getScope()booleanisActive()voidshutdown()boolean
-
Constructor Details
-
PerLookupContext
public PerLookupContext()
-
-
Method Details
-
getScope
-
findOrCreate
- Specified by:
findOrCreatein interfaceContext<PerLookup>
-
containsKey
- Specified by:
containsKeyin interfaceContext<PerLookup>
-
isActive
public boolean isActive() -
supportsNullCreation
public boolean supportsNullCreation()- Specified by:
supportsNullCreationin interfaceContext<PerLookup>
-
shutdown
public void shutdown() -
destroyOne
- Specified by:
destroyOnein interfaceContext<PerLookup>
-