Hi,
SessionBean is an Interface . u can implement it and at the same
time u can extend ur ServiceManager.
Regards,
Udaya
> -----Original Message-----
> From: Vaibhav Kumar Agarwal [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, February 07, 2001 3:11 AM
> To: [EMAIL PROTECTED]
> Subject: Help in extending the SessionBean class.
>
> Hi All,
>
> I'm a little new to EJB and have not much experience in this. I've got a
> problem like this.
>
> My base class is ServiceManager which has got some methods and their
> implementations. I have two classes MailServiceManager and
> CalendarServiceManager. These two classes extend from ServiceManager.
> Now the MailServiceManager is supposed to be Stateless SessionBean hence
>
> it needs to extend the SessionBean class but it cannot as its extending
> the
> ServiceManager class. I don't want to make the ServiceManager as an
> interface. The ServiceManager cannot extend SessionBean as
> CalendarServiceManager is not bean.
> Is there anything sort of a interface which gives the SessionBean
> features or
> is there any way to handle this.
>
> Regards
> Vaibhav
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".