Package org.wildfly.clustering.ejb
Interface StatefulBeanConfiguration
-
- All Superinterfaces:
BeanConfiguration
public interface StatefulBeanConfiguration extends BeanConfiguration
Specifies the configuration of a stateful EJB.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DurationgetTimeout()Returns the duration of time this bean can be idle after which it will expire.-
Methods inherited from interface org.wildfly.clustering.ejb.BeanConfiguration
getDeploymentUnitServiceName, getModule, getName
-
-
-
-
Method Detail
-
getTimeout
Duration getTimeout()
Returns the duration of time this bean can be idle after which it will expire.- Returns:
- the timeout of this bean
-
-