G - the group identifier typeI - the bean identifier typeT - the bean typepublic class InfinispanBean<G,I,T> extends Object implements Bean<G,I,T>
Bean implementation backed by an infinispan cache.| Constructor and Description |
|---|
InfinispanBean(I id,
BeanEntry<G> entry,
BeanGroup<G,I,T> group,
Mutator mutator,
BeanRemover<I,T> remover,
Time timeout,
PassivationListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
T |
acquire() |
void |
close() |
boolean |
equals(Object object) |
G |
getGroupId() |
I |
getId() |
int |
hashCode() |
boolean |
isExpired() |
boolean |
release() |
void |
remove(RemoveListener<T> listener) |
String |
toString() |
Copyright © 2015 JBoss by Red Hat. All rights reserved.