1 25 26 28 package org.objectweb.jonas.jtests.beans.beanexc; 29 30 import javax.ejb.SessionSynchronization ; 31 32 35 36 public class AccountSY extends AccountSL implements SessionSynchronization { 37 38 39 43 52 public void afterBegin() { 53 54 } 55 56 57 68 public void beforeCompletion() { 69 70 } 71 72 73 85 public void afterCompletion(boolean committed) { 86 87 } 88 89 } 90 | Popular Tags |