org.jboss.weld.tck
Class ContextsImpl
java.lang.Object
org.jboss.weld.tck.ContextsImpl
- All Implemented Interfaces:
- org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
public class ContextsImpl
- extends Object
- implements org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
| Fields inherited from interface org.jboss.jsr299.tck.spi.Contexts |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextsImpl
public ContextsImpl()
getRequestContext
public RequestContext getRequestContext()
- Specified by:
getRequestContext in interface org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
setActive
public void setActive(javax.enterprise.context.spi.Context context)
- Specified by:
setActive in interface org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
setInactive
public void setInactive(javax.enterprise.context.spi.Context context)
- Specified by:
setInactive in interface org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
getDependentContext
public DependentContext getDependentContext()
- Specified by:
getDependentContext in interface org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
destroyContext
public void destroyContext(javax.enterprise.context.spi.Context context)
- Specified by:
destroyContext in interface org.jboss.jsr299.tck.spi.Contexts<javax.enterprise.context.spi.Context>
Copyright © 2008-2011 JBoss by Red Hat. All Rights Reserved.