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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DControlImpl.java115 protected PropagationContext cachedContext = null; field in class:ControlImpl
210 cachedContext = coordRef.get_txcontext();
211 globalTID = new GlobalTID(cachedContext.current.otid);
811 if( cachedContext == null )
813 cachedContext = coordRef.get_txcontext();
818 result = cachedContext;

Completed in 9 milliseconds