T
- the bean instance typepublic interface PassivationConfiguration<T>
Modifier and Type | Method and Description |
---|---|
BeanPassivationConfiguration |
getConfiguration() |
Executor |
getExecutor() |
PassivationListener<T> |
getPassivationListener()
A listener to notify in the event of passivation and activation.
|
boolean |
isEvictionAllowed()
Indicates whether the cache used by this bean manager uses a cache store and can evict beans.
|
boolean |
isPersistent()
Indicates whether the cache used by this bean manager will serialize a given bean on every request.
|
PassivationListener<T> getPassivationListener()
boolean isEvictionAllowed()
boolean isPersistent()
BeanPassivationConfiguration getConfiguration()
Executor getExecutor()
Copyright © 2015 JBoss by Red Hat. All rights reserved.