@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) |
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() |
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)
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 DeploymentContextCopyright © 2017 JBoss by Red Hat. All rights reserved.