public interface BoundBeanStore extends BeanStore
A bean store may be bound to some external data store, for example a Http Session.
BoundContext
Modifier and Type | Method and Description |
---|---|
boolean |
attach()
Attach the context
|
boolean |
detach()
Detach the context
|
boolean |
isAttached()
Return true if the bean store is attached
|
clear, contains, get, iterator, lock, put, remove
forEach, spliterator
boolean detach()
boolean attach()
boolean isAttached()
Copyright © 2016. All rights reserved.