public class BeanStore extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeanStore.DestructionCallback
Callback interface for receiving notifications about a
BeanStore being destroyed. |
| Constructor and Description |
|---|
BeanStore(String name) |
BeanStore(String name,
BeanStore.DestructionCallback destructionCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
create(String s,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
void |
destroy() |
Object |
get(String s,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
void |
registerDestructionCallback(String s,
Runnable runnable) |
Object |
remove(String s) |
String |
toString() |
public BeanStore(String name, BeanStore.DestructionCallback destructionCallback)
public BeanStore(String name)
Copyright © 2019 Vaadin Ltd. All Rights Reserved.