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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DSerialContext.java1202 private ORB localORB = null ; field in class:SerialContext.ProviderCacheKey
1206 this.localORB = orb;
1221 if (localORB == null) {
1224 return "ProviderCacheKey[" + localORB + "]" ;
1268 if (localORB != null) {
1269 return localORB == otherKey.localORB ;

Completed in 15 milliseconds