| Package | Description |
|---|---|
| org.jboss.arquillian.warp.spi |
| Modifier and Type | Method and Description |
|---|---|
static <T> LifecycleManager |
LifecycleManagerStore.get(Class<T> type,
T boundObject)
Retrieves instance of
LifecycleManager for given instance of given class. |
protected abstract <T> LifecycleManager |
LifecycleManagerStore.obtain(Class<T> clazz,
T object)
Provides implementation of obtaining
LifecycleManager for given instance of given class. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract <T> void |
LifecycleManagerStore.bind(LifecycleManager manager,
Class<T> clazz,
T object)
Provides implementation of binding a current
LifecycleManager with given object of given class. |
protected abstract <T> void |
LifecycleManagerStore.checkUnbound(LifecycleManager manager)
Checks that given manager does not have any associations in context of current store.
|
protected abstract <T> void |
LifecycleManagerStore.unbind(LifecycleManager manager,
Class<T> clazz,
T object)
Provides implementation of binding a
LifecycleManager for given class and given object. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.