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

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorLog.java389 * @param sectionObj The object representing the section.
397 synchronized boolean addObject( java.lang.Object sectionObj, argument
404 if( sectionObj != null ) {
405 CoordinatorLogSection section = (CoordinatorLogSection)sectionObj;
451 * @param sectionObj The object representing the section.
459 synchronized boolean addData( java.lang.Object sectionObj, argument
467 if( sectionObj != null ) {
468 CoordinatorLogSection section = (CoordinatorLogSection)sectionObj;
710 * @param sectionObj The object representing the section.
716 java.lang.Object[] getObjects( java.lang.Object sectionObj ) {
[all...]

Completed in 18 milliseconds