Class ContainerContextImpl
- java.lang.Object
-
- org.jboss.arquillian.core.spi.context.AbstractContext<String>
-
- org.jboss.arquillian.container.impl.context.ContainerContextImpl
-
- All Implemented Interfaces:
ContainerContext,Context,IdBoundContext<String>
public class ContainerContextImpl extends AbstractContext<String> implements ContainerContext
ContainerContext- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description ContainerContextImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectStorecreateNewObjectStore()Class<? extends Annotation>getScope()-
Methods inherited from class org.jboss.arquillian.core.spi.context.AbstractContext
activate, clearAll, deactivate, deactivateAll, destroy, getActiveId, getObjectStore, isActive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.arquillian.core.spi.context.Context
clearAll, getObjectStore, isActive
-
Methods inherited from interface org.jboss.arquillian.core.spi.context.IdBoundContext
activate, deactivate, destroy, getActiveId
-
-
-
-
Method Detail
-
getScope
public Class<? extends Annotation> getScope()
-
createNewObjectStore
protected ObjectStore createNewObjectStore()
- Specified by:
createNewObjectStorein classAbstractContext<String>
-
-