public interface ObjectStore
Modifier and Type | Method and Description |
---|---|
<T> ObjectStore |
add(Class<T> type,
T instance) |
ObjectStore |
clear() |
<T> T |
get(Class<T> type) |
<T> ObjectStore add(Class<T> type, T instance)
<T> T get(Class<T> type)
ObjectStore clear()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.