@Vetoed public class DeploymentContextImpl extends Object implements DeploymentContext
| Constructor and Description |
|---|
DeploymentContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.jboss.shrinkwrap.api.Archive archive,
String asName,
boolean implicit) |
void |
deactivate() |
void |
destroy(javax.enterprise.context.spi.Contextual<?> contextual) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual) |
<T> T |
get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
org.jboss.shrinkwrap.api.Archive |
getCurrentArchive() |
String |
getCurrentName() |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
boolean |
isImplicit() |
public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> contextual,
javax.enterprise.context.spi.CreationalContext<T> creationalContext)
get in interface javax.enterprise.context.spi.Contextpublic <T> T get(javax.enterprise.context.spi.Contextual<T> contextual)
get in interface javax.enterprise.context.spi.Contextpublic boolean isActive()
isActive in interface javax.enterprise.context.spi.Contextpublic void destroy(javax.enterprise.context.spi.Contextual<?> contextual)
destroy in interface javax.enterprise.context.spi.AlterableContextpublic void activate(org.jboss.shrinkwrap.api.Archive archive,
String asName,
boolean implicit)
activate in interface DeploymentContextpublic void deactivate()
deactivate in interface DeploymentContextpublic org.jboss.shrinkwrap.api.Archive getCurrentArchive()
getCurrentArchive in interface DeploymentContextpublic String getCurrentName()
getCurrentName in interface DeploymentContextpublic boolean isImplicit()
isImplicit in interface DeploymentContextCopyright © 2018 JBoss by Red Hat. All rights reserved.