| java.lang.Object ejb.service.AddressBookSessionBean
AddressBookSessionBean | public class AddressBookSessionBean implements SessionBean(Code) | | AddressBook Session Bean
ATTENTION: Some of the XDoclet tags are hidden from XDoclet by
adding a "--" between @ and the namespace. Please remove
this "--" to make it active or add a space to make an
active tag inactive.
|
ejbActivate | public void ejbActivate() throws EJBException(Code) | | |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | Create the Session Bean
throws: CreateException - |
ejbPassivate | public void ejbPassivate() throws EJBException(Code) | | |
ejbRemove | public void ejbRemove() throws EJBException(Code) | | |
setSessionContext | public void setSessionContext(SessionContext aContext) throws EJBException(Code) | | |
toString | public String toString()(Code) | | Describes the instance and its content for debugging purpose
Debugging information about the instance and its content |
|
|