1 4 package test.ejb; 5 6 13 public class StatefulSession 14 extends test.ejb.StatefulBean 15 implements javax.ejb.SessionBean  16 { 17 public void ejbActivate() 18 { 19 20 } 21 22 public void ejbPassivate() 23 { 24 } 25 26 public void setSessionContext(javax.ejb.SessionContext ctx) 27 { 28 } 29 30 public void unsetSessionContext() 31 { 32 } 33 34 public void ejbRemove() 35 { 36 } 37 38 } 39 | Popular Tags |