Package | Description |
---|---|
org.jboss.as.ejb3.component.stateful | |
org.wildfly.clustering.ejb | |
org.wildfly.clustering.ejb.infinispan | |
org.wildfly.clustering.ejb.infinispan.bean |
Modifier and Type | Method and Description |
---|---|
Time |
StatefulSessionComponentCreateService.getTimeout() |
Modifier and Type | Method and Description |
---|---|
Time |
BeanContext.getTimeout()
Returns the duration of time this bean can be idle after which it will expire.
|
Modifier and Type | Method and Description |
---|---|
Time |
ExpirationConfiguration.getTimeout()
The duration of time a bean can be idle after which it will expire.
|
Constructor and Description |
---|
InfinispanBean(I id,
BeanEntry<I> entry,
BeanGroup<I,T> group,
Mutator mutator,
BeanRemover<I,T> remover,
Time timeout,
PassivationListener<T> listener) |
InfinispanBeanFactory(String beanName,
BeanGroupFactory<I,T> groupFactory,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> cache,
CacheProperties properties,
Time timeout,
PassivationListener<T> listener) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.