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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java143 private HashMap cachedRequestServiceContexts; field in class:ClientRequestInfoImpl
188 cachedRequestServiceContexts = null;
470 if( cachedRequestServiceContexts == null ) {
471 cachedRequestServiceContexts = new HashMap();
474 addServiceContext( cachedRequestServiceContexts,
749 if( cachedRequestServiceContexts == null ) {
750 cachedRequestServiceContexts = new HashMap();
753 return getServiceContext(cachedRequestServiceContexts,
H A DServerRequestInfoImpl.java124 private HashMap cachedRequestServiceContexts; field in class:ServerRequestInfoImpl
167 cachedRequestServiceContexts = null;
634 if( cachedRequestServiceContexts == null ) {
635 cachedRequestServiceContexts = new HashMap();
638 return getServiceContext( cachedRequestServiceContexts,

Completed in 102 milliseconds