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

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbSessionDescriptor.java85 private Long statefulTimeoutValue = null; field in class:EjbSessionDescriptor
253 statefulTimeoutValue = timeout.getValue();
258 statefulTimeoutValue = value;
263 return (statefulTimeoutValue != null);
267 return statefulTimeoutValue;
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DEjbBundleValidator.java377 Long statefulTimeoutValue = sessionDesc.getStatefulTimeoutValue();
378 if(statefulTimeoutValue != null && statefulTimeoutValue < -1) {
382 new Object[] {statefulTimeoutValue, sessionDesc.getName()}));

Completed in 24 milliseconds