| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_NAME
The name under which this context will be advertised
|
| 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 static final String CONTEXT_NAME
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–2021 Oracle Corporation. All rights reserved.