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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DServantCacheLocalCRDBase.java54 private OAInvocationInfo cachedInfo ; field in class:ServantCacheLocalCRDBase
69 if (cachedInfo == null) {
71 cachedInfo = oa.makeInvocationInfo( objectId ) ;
74 orb.pushInvocationInfo( cachedInfo ) ;
78 oa.getInvocationServant( cachedInfo ) ;
92 return cachedInfo ;
H A DFullServantCacheLocalCRDImpl.java55 OAInvocationInfo cachedInfo = getCachedInfo() ;
56 if (!checkForCompatibleServant( cachedInfo, expectedType ))
62 OAInvocationInfo info = new OAInvocationInfo( cachedInfo, operation ) ;
77 OAInvocationInfo cachedInfo = getCachedInfo() ;
78 cachedInfo.oa().exit() ;
H A DInfoOnlyServantCacheLocalCRDImpl.java50 OAInvocationInfo cachedInfo = getCachedInfo() ;
51 if (!checkForCompatibleServant( cachedInfo, expectedType ))
57 OAInvocationInfo info = new OAInvocationInfo(cachedInfo, operation) ;
H A DMinimalServantCacheLocalCRDImpl.java50 OAInvocationInfo cachedInfo = getCachedInfo() ;
51 if (checkForCompatibleServant( cachedInfo, expectedType ))
52 return cachedInfo ;
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c73 static SolarisDgaLibInfo cachedInfo[MAX_CACHED_INFO]; variable
231 SolarisDgaLibInfo *pCachedInfo = cachedInfo;
247 pCachedInfo = cachedInfo;
259 pCachedInfo = cachedInfo;
512 SolarisDgaLibInfo *pCachedInfo = cachedInfo;

Completed in 363 milliseconds