Uses of Class
org.apache.openejb.jee.Timeout
-
Packages that use Timeout Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Timeout in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as Timeout Modifier and Type Field Description protected TimeoutConcurrentMethod. accessTimeoutprotected TimeoutContainerConcurrency. accessTimeoutprotected TimeoutSessionBean. statefulTimeoutMethods in org.apache.openejb.jee that return Timeout Modifier and Type Method Description TimeoutConcurrentMethod. getAccessTimeout()TimeoutContainerConcurrency. getAccessTimeout()TimeoutSessionBean. getStatefulTimeout()Methods in org.apache.openejb.jee with parameters of type Timeout Modifier and Type Method Description voidConcurrentMethod. setAccessTimeout(Timeout value)voidContainerConcurrency. setAccessTimeout(Timeout value)voidSessionBean. setStatefulTimeout(Timeout statefulTimeout)
-