Subject Re: [Firebird-Java] FBManagerMBean "Type" method addition
Author Roman Rokytskyy
> I hope below method declaration need to be added in FBManagerMBean,
>
> public String getType() throws Exception;
> public void setType(String newType) throws Exception;
>
> it will enable to set type in mbean declration. Kindly think in this
> regard,

Yes, you're right, we have to add this declaration to the interface.

Roman