com.example.legacy.ejb
Class GreetingServiceBean
java.lang.Object
com.example.legacy.ejb.GreetingServiceBean
- All Implemented Interfaces:
- javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean
- public class GreetingServiceBean
- extends java.lang.Object
- implements javax.ejb.SessionBean
- Author:
- Dan North
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreetingServiceBean
public GreetingServiceBean()
greet
public java.lang.String greet()
ejbCreate
public void ejbCreate()
setSessionContext
public void setSessionContext(javax.ejb.SessionContext ctx)
- Specified by:
setSessionContext in interface javax.ejb.SessionBean
ejbRemove
public void ejbRemove()
throws java.rmi.RemoteException
- Specified by:
ejbRemove in interface javax.ejb.SessionBean
- Throws:
java.rmi.RemoteException
ejbActivate
public void ejbActivate()
- Specified by:
ejbActivate in interface javax.ejb.SessionBean
ejbPassivate
public void ejbPassivate()
- Specified by:
ejbPassivate in interface javax.ejb.SessionBean