1 26 27 package org.objectweb.openccm.plugins.transaction.controller; 28 29 36 public class NeverController 37 extends WithCurrentController 38 { 39 45 51 55 public 56 NeverController() 57 { 58 } 59 60 66 72 78 84 public void 85 preinvoke(org.objectweb.openccm.Containers.CallContext ctx) 86 { 87 if (!no_transaction(ctx)) { 88 throw new org.omg.CORBA.INVALID_TRANSACTION (); 89 } 90 } 91 92 98 public void 99 postinvoke(org.objectweb.openccm.Containers.CallContext ctx) 100 { 101 } 102 103 109 115 121 public void 122 configure(org.objectweb.openccm.Containers.PropertySet config) 123 throws org.objectweb.openccm.Containers.ConfigurationFailed 124 { 125 } 126 } 127 | Popular Tags |