| 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. |
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. |
<T> void |
LifecycleManager.unbindFrom(Class<T> clazz,
T object)
Unbinds the
LifecycleManager from given class and given object. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.