| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(ActiveDescriptor<?> descriptor) |
void |
destroyOne(ActiveDescriptor<?> descriptor) |
<U> U |
findOrCreate(ActiveDescriptor<U> activeDescriptor,
ServiceHandle<?> root) |
RunLevelFuture |
getCurrentFuture() |
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope() |
boolean |
isActive() |
RunLevelFuture |
proceedTo(int level) |
void |
shutdown() |
boolean |
supportsNullCreation() |
public java.lang.Class<? extends java.lang.annotation.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>public RunLevelFuture proceedTo(int level) throws CurrentlyRunningException
CurrentlyRunningExceptionpublic RunLevelFuture getCurrentFuture()
Copyright © 2013 Oracle Corporation. All Rights Reserved.