| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(ActiveDescriptor<?> descriptor) |
void |
destroyOne(ActiveDescriptor<?> descriptor) |
<U> U |
findOrCreate(ActiveDescriptor<U> activeDescriptor,
ServiceHandle<?> root) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
void |
shutdown() |
boolean |
supportsNullCreation() |
public Class<? extends Annotation> getScope()
public <U> U findOrCreate(ActiveDescriptor<U> activeDescriptor, ServiceHandle<?> root)
findOrCreate in interface Context<RunLevel>public boolean containsKey(ActiveDescriptor<?> descriptor)
containsKey in interface Context<RunLevel>public void destroyOne(ActiveDescriptor<?> descriptor)
destroyOne in interface Context<RunLevel>public boolean supportsNullCreation()
supportsNullCreation in interface Context<RunLevel>Copyright © 2009-2014 Oracle Corporation. All Rights Reserved.