@Singleton public class CDIContextBridge extends Object implements org.glassfish.hk2.api.Context<CDIScope>
| Constructor and Description |
|---|
CDIContextBridge() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor) |
void |
destroyOne(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor) |
<U> U |
findOrCreate(org.glassfish.hk2.api.ActiveDescriptor<U> activeDescriptor,
org.glassfish.hk2.api.ServiceHandle<?> root) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
void |
shutdown() |
boolean |
supportsNullCreation() |
public Class<? extends Annotation> getScope()
getScope in interface org.glassfish.hk2.api.Context<CDIScope>public <U> U findOrCreate(org.glassfish.hk2.api.ActiveDescriptor<U> activeDescriptor,
org.glassfish.hk2.api.ServiceHandle<?> root)
findOrCreate in interface org.glassfish.hk2.api.Context<CDIScope>public boolean containsKey(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor)
containsKey in interface org.glassfish.hk2.api.Context<CDIScope>public void destroyOne(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor)
destroyOne in interface org.glassfish.hk2.api.Context<CDIScope>public boolean supportsNullCreation()
supportsNullCreation in interface org.glassfish.hk2.api.Context<CDIScope>public boolean isActive()
isActive in interface org.glassfish.hk2.api.Context<CDIScope>public void shutdown()
shutdown in interface org.glassfish.hk2.api.Context<CDIScope>Copyright © 2017. All rights reserved.