1 7 package org.jboss.media.entity; 8 9 12 public class MediaEntityManagerSession 13 extends org.jboss.media.entity.MediaEntityManagerBean 14 implements javax.ejb.SessionBean  15 { 16 public void ejbActivate() 17 { 18 } 19 20 public void ejbPassivate() 21 { 22 } 23 24 public void setSessionContext(javax.ejb.SessionContext ctx) 25 { 26 } 27 28 public void unsetSessionContext() 29 { 30 } 31 32 public void ejbRemove() 33 { 34 } 35 36 public void ejbCreate() throws javax.ejb.CreateException  37 { 38 } 39 40 } 41 | Popular Tags |