Uses of Class
org.glassfish.ejb.deployment.descriptor.TimeoutValueDescriptor
-
Packages that use TimeoutValueDescriptor Package Description org.glassfish.ejb.deployment.descriptor org.glassfish.ejb.deployment.node -
-
Uses of TimeoutValueDescriptor in org.glassfish.ejb.deployment.descriptor
Methods in org.glassfish.ejb.deployment.descriptor with parameters of type TimeoutValueDescriptor Modifier and Type Method Description voidEjbSessionDescriptor. addStatefulTimeoutDescriptor(TimeoutValueDescriptor timeout)voidConcurrentMethodDescriptor. setAccessTimeout(TimeoutValueDescriptor t) -
Uses of TimeoutValueDescriptor in org.glassfish.ejb.deployment.node
Methods in org.glassfish.ejb.deployment.node that return TimeoutValueDescriptor Modifier and Type Method Description TimeoutValueDescriptorTimeoutValueNode. getDescriptor()Methods in org.glassfish.ejb.deployment.node with parameters of type TimeoutValueDescriptor Modifier and Type Method Description NodeTimeoutValueNode. writeDescriptor(Node parent, String nodeName, TimeoutValueDescriptor desc)
-