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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java136 private String[] cachedContexts; field in class:ClientRequestInfoImpl
182 cachedContexts = null;
581 if( cachedContexts == null ) {
599 cachedContexts = ctxListToReturn;
606 return cachedContexts;

Completed in 45 milliseconds