1 /*
2 * Generated file - Do not edit!
3 */
4 package org.enableit.tools.email.ejb;
5
6 import java.lang.*;
7 import javax.ejb.SessionContext;
8
9 /***
10 * Session layer for Email.
11 * @author Tim Stephenson.
12 * @xdoclet-generated at 27-Jan-03 18:38:17
13 */
14 public class EmailSession
15 extends org.enableit.tools.email.ejb.EmailAdapter
16 implements javax.ejb.SessionBean
17 {
18
19 static final long serialVersionUID = 5940118233613924582L;
20
21 public void ejbActivate()
22 {
23 super.ejbActivate();
24 }
25
26 public void ejbPassivate()
27 {
28 super.ejbPassivate();
29 }
30
31 public void setSessionContext(javax.ejb.SessionContext ctx)
32 {
33 super.setSessionContext(ctx);
34 }
35
36 public void unsetSessionContext()
37 {
38 }
39
40 public void ejbRemove()
41 {
42 super.ejbRemove();
43 }
44
45 public void ejbCreate() throws javax.ejb.EJBException, javax.ejb.CreateException
46 {
47 super.ejbCreate();
48 }
49
50 }
This page was automatically generated by Maven