@Typed public class TransactionContext extends Object implements javax.enterprise.context.spi.Context
TransactionScoped
contextual instances.Constructor and Description |
---|
TransactionContext() |
Modifier and Type | Method and Description |
---|---|
<T> T |
get(javax.enterprise.context.spi.Contextual<T> component) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> component,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
public <T> T get(javax.enterprise.context.spi.Contextual<T> component)
get
in interface javax.enterprise.context.spi.Context
public <T> T get(javax.enterprise.context.spi.Contextual<T> component, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
get
in interface javax.enterprise.context.spi.Context
public Class<? extends Annotation> getScope()
getScope
in interface javax.enterprise.context.spi.Context
public boolean isActive()
isActive
in interface javax.enterprise.context.spi.Context
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.