Uses of Interface
org.jboss.arquillian.core.spi.context.ObjectStore

Packages that use ObjectStore
org.jboss.arquillian.container.impl.context   
org.jboss.arquillian.core.impl.context   
org.jboss.arquillian.core.spi   
org.jboss.arquillian.core.spi.context   
org.jboss.arquillian.test.impl.context   
 

Uses of ObjectStore in org.jboss.arquillian.container.impl.context
 

Methods in org.jboss.arquillian.container.impl.context that return ObjectStore
protected  ObjectStore ContainerContextImpl.createNewObjectStore()
           
protected  ObjectStore DeploymentContextImpl.createNewObjectStore()
           
 

Uses of ObjectStore in org.jboss.arquillian.core.impl.context
 

Methods in org.jboss.arquillian.core.impl.context that return ObjectStore
protected  ObjectStore ApplicationContextImpl.createNewObjectStore()
           
 

Uses of ObjectStore in org.jboss.arquillian.core.spi
 

Classes in org.jboss.arquillian.core.spi that implement ObjectStore
 class HashObjectStore
          ObjectStore
 

Methods in org.jboss.arquillian.core.spi that return ObjectStore
<T> ObjectStore
HashObjectStore.add(Class<T> type, T instance)
           
 ObjectStore HashObjectStore.clear()
           
 

Uses of ObjectStore in org.jboss.arquillian.core.spi.context
 

Methods in org.jboss.arquillian.core.spi.context that return ObjectStore
<T> ObjectStore
ObjectStore.add(Class<T> type, T instance)
           
 ObjectStore ObjectStore.clear()
           
protected abstract  ObjectStore AbstractContext.createNewObjectStore()
           
 ObjectStore Context.getObjectStore()
           
 ObjectStore AbstractContext.getObjectStore()
           
 

Uses of ObjectStore in org.jboss.arquillian.test.impl.context
 

Methods in org.jboss.arquillian.test.impl.context that return ObjectStore
protected  ObjectStore TestContextImpl.createNewObjectStore()
           
protected  ObjectStore ClassContextImpl.createNewObjectStore()
           
protected  ObjectStore SuiteContextImpl.createNewObjectStore()
           
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.