public class SessionLockingBeanStore extends BeanStore
BeanStore implementation that locks the related
VaadinSession for all operations that may not be thread safe
otherwise.BeanStore.DestructionCallback| Modifier and Type | Field and Description |
|---|---|
protected com.vaadin.server.VaadinSession |
session |
| Modifier | Constructor and Description |
|---|---|
protected |
SessionLockingBeanStore(com.vaadin.server.VaadinSession session,
String name,
BeanStore.DestructionCallback destructionCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
Object |
get(String s,
org.springframework.beans.factory.ObjectFactory<?> objectFactory) |
void |
registerDestructionCallback(String s,
Runnable runnable) |
Object |
remove(String s) |
protected SessionLockingBeanStore(com.vaadin.server.VaadinSession session,
String name,
BeanStore.DestructionCallback destructionCallback)
Copyright © 2017 Vaadin Ltd. All Rights Reserved.