Searched defs:retainIfException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DEjbRemovalInfo.java61 private boolean retainIfException = false; field in class:EjbRemovalInfo
73 return retainIfException;
77 retainIfException = flag;
88 sb.append("retainIfException = " + retainIfException);

Completed in 11 milliseconds