001 package org.omg.CosTransactions; 002 003 004 /** 005 * org/omg/CosTransactions/RecoveryCoordinatorOperations.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CosTransactions.idl 008 * Monday, June 18, 2012 10:36:15 AM CEST 009 */ 010 011 public interface RecoveryCoordinatorOperations 012 { 013 org.omg.CosTransactions.Status replay_completion (org.omg.CosTransactions.Resource r) throws org.omg.CosTransactions.NotPrepared; 014 } // interface RecoveryCoordinatorOperations