Searched refs:concurrencyManagementType (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbSessionDescriptor.java116 private ConcurrencyManagementType concurrencyManagementType; field in class:EjbSessionDescriptor
527 return (concurrencyManagementType != null) ? concurrencyManagementType :
541 concurrencyManagementType = type;
545 if( concurrencyManagementType == null) {

Completed in 12 milliseconds