1 package org.jacorb.transaction; 2 3 4 5 42 43 44 45 46 47 import org.omg.CosTransactions.*; 48 49 50 51 public class RecoveryCoordinatorImpl implements RecoveryCoordinatorOperations { 52 53 54 55 public Status replay_completion(Resource r) throws NotPrepared{ 56 57 throw new org.omg.CORBA.NO_IMPLEMENT (); 58 59 } 60 61 62 63 } 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | Popular Tags |