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

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebComponentInvocation.java111 private PairKey(Object inst, Thread thr) { argument
113 thread = thr;
117 if (thr != null) {
118 hCode += thr.hashCode();
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentManager.java1223 } catch (Throwable thr) {
1224 return prepareErrorProgressObject(commandType, thr);
1234 private ProgressObject prepareErrorProgressObject (CommandType commandType, Throwable thr) { argument
1235 DeploymentStatus ds = new DeploymentStatusImplWithError(CommandType.DISTRIBUTE, thr);

Completed in 31 milliseconds