Searched defs:section (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorLog.java20 * exception as provided by Oracle in the GPL Version 2 section of the License
228 // Clear up the section mapping.
237 CoordinatorLogSection section = (CoordinatorLogSection)sections.nextElement();
238 section.reUse();
266 // Clear up the section mapping.
272 CoordinatorLogSection section = (CoordinatorLogSection)sections.nextElement();
273 section.reUse();
290 // Clear up the section mapping.
296 CoordinatorLogSection section = (CoordinatorLogSection)sections.nextElement();
297 section
912 formatSection( CoordinatorLogSection section, boolean rewrite, DataOutputStream dataOutput ) argument
[all...]

Completed in 82 milliseconds