public class CustomPassivatingContextImpl extends Object implements Context
| Modifier and Type | Field and Description |
|---|---|
protected Context |
context |
protected SerializableBeanVault |
sbv |
| Constructor and Description |
|---|
CustomPassivatingContextImpl(SerializableBeanVault sbv,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Contextual<T> contextual) |
<T> T |
get(Contextual<T> contextual,
CreationalContext<T> creationalContext) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
protected final SerializableBeanVault sbv
protected final Context context
public CustomPassivatingContextImpl(SerializableBeanVault sbv, Context context)
public <T> T get(Contextual<T> contextual, CreationalContext<T> creationalContext)
public <T> T get(Contextual<T> contextual)
public Class<? extends Annotation> getScope()
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.