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