[SNMP4J] snmp agent problem with finishInit() method

Matthieu Casanova chocolat.mou at gmail.com
Tue Mar 13 12:07:21 CET 2007


Hi Franck,

in 1.1rc2 the finishInit() method is not called anymore at the end of init()
method,
it caused some problems for me because I do not overload the init() method
in my agent,
What I had to do was

public void init()
{
 super.init();
 finishInit();
}


the problem could be solved if finishInit() was made public, so I could
call this method after my call to the init() method.
what do you think about it ?

Matthieu



More information about the SNMP4J mailing list