public class LifecycleManagerStoreImpl extends LifecycleManagerStore
LifecycleManager.| Constructor and Description |
|---|
LifecycleManagerStoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
bind(LifecycleManager manager,
Class<T> clazz,
T object) |
protected <T> void |
checkUnbound(LifecycleManager manager) |
protected <T> LifecycleManager |
obtain(Class<T> clazz,
T boundObject) |
protected <T> void |
unbind(LifecycleManager manager,
Class<T> clazz,
T object) |
getprotected <T> LifecycleManager obtain(Class<T> clazz, T boundObject) throws ObjectNotAssociatedException
obtain in class LifecycleManagerStoreObjectNotAssociatedExceptionprotected <T> void bind(LifecycleManager manager, Class<T> clazz, T object) throws ObjectAlreadyAssociatedException
bind in class LifecycleManagerStoreObjectAlreadyAssociatedExceptionprotected <T> void unbind(LifecycleManager manager, Class<T> clazz, T object) throws ObjectNotAssociatedException
unbind in class LifecycleManagerStoreObjectNotAssociatedExceptionprotected <T> void checkUnbound(LifecycleManager manager) throws StoreHasAssociatedObjectsException
checkUnbound in class LifecycleManagerStoreStoreHasAssociatedObjectsExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.