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".

Reply via email to