Package | Description |
---|---|
org.jboss.errai.ioc.client.container | |
org.jboss.errai.ioc.client.container.async |
Modifier and Type | Field and Description |
---|---|
protected List<Tuple<Object,DestructionCallback>> |
AbstractCreationalContext.destructionCallbacks |
Modifier and Type | Method and Description |
---|---|
void |
CreationalContext.addDestructionCallback(Object beanInstance,
DestructionCallback callback)
Records a
DestructionCallback to the creational context. |
void |
AbstractCreationalContext.addDestructionCallback(Object beanInstance,
DestructionCallback callback)
Records a
DestructionCallback to the creational context. |
boolean |
SyncToAsyncBeanManagerAdapter.addDestructionCallback(Object beanInstance,
DestructionCallback<?> destructionCallback) |
boolean |
SyncBeanManagerImpl.addDestructionCallback(Object beanInstance,
DestructionCallback<?> destructionCallback) |
boolean |
ClientBeanManager.addDestructionCallback(Object beanInstance,
DestructionCallback<?> destructionCallback)
Associates a
DestructionCallback with a bean instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
AsyncBeanManagerImpl.addDestructionCallback(Object beanInstance,
DestructionCallback<?> destructionCallback) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.