Modifier and Type | Method and Description |
---|---|
protected ObjectStore |
DeploymentContextImpl.createNewObjectStore() |
protected ObjectStore |
ContainerContextImpl.createNewObjectStore() |
Modifier and Type | Method and Description |
---|---|
protected ObjectStore |
ApplicationContextImpl.createNewObjectStore() |
Modifier and Type | Class and Description |
---|---|
class |
HashObjectStore
ObjectStore
|
Modifier and Type | Method and Description |
---|---|
<T> ObjectStore |
HashObjectStore.add(java.lang.Class<T> type,
T instance) |
ObjectStore |
HashObjectStore.clear() |
Modifier and Type | Field and Description |
---|---|
private ObjectStore |
AbstractContext.StoreHolder.store |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentHashMap<T,ObjectStore> |
AbstractContext.stores |
Modifier and Type | Method and Description |
---|---|
<T> ObjectStore |
ObjectStore.add(java.lang.Class<T> type,
T instance) |
ObjectStore |
ObjectStore.clear() |
protected abstract ObjectStore |
AbstractContext.createNewObjectStore() |
private ObjectStore |
AbstractContext.createObjectStore(T id) |
ObjectStore |
Context.getObjectStore() |
ObjectStore |
AbstractContext.getObjectStore() |
ObjectStore |
AbstractContext.StoreHolder.getStore() |
Constructor and Description |
---|
StoreHolder(X id,
ObjectStore store) |
Modifier and Type | Method and Description |
---|---|
protected ObjectStore |
TestContextImpl.createNewObjectStore() |
protected ObjectStore |
SuiteContextImpl.createNewObjectStore() |
protected ObjectStore |
ClassContextImpl.createNewObjectStore() |