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