Title: RE: DiconnectListener Problem !!

The super doen't have a matching constructor.
This example was given in Weblogic Documentation
so I blindly followed it and ran into problems.

Thanks

Mahendra

-----Original Message-----
From: Chris Raber [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 29, 2000 8:53 AM
To: [EMAIL PROTECTED]
Subject: Re: DiconnectListener Problem !!


Does super have a matching constructor?

> -----Original Message-----
> From: Mahendra Yadav (CTS) [SMTP:[EMAIL PROTECTED]]
> Sent: Saturday, February 26, 2000 3:41 PM
> To:   [EMAIL PROTECTED]
> Subject:      DiconnectListener Problem !!
>
> class DisconnectDemo implements DisconnectListener {
>         public DisconnectDemo(Object source){
>                 super(source);
>         }
>
>         public void disconnectOccurred(DisconnectEvent de) {
>                 System.out.println("The reason for disconnecting you : " +
> de.getReason());
>         }
> }
>
> On compiling this code gives error that wrong number of arguements in the
> constructor.
> Can anybody give me some insight into this.
>
> Regards
>
> Mahendra
>

===========================================================================
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