Hi Mark,

>  *Class: StandardWrapper*
>>
>>
>> Method             :
>> add/removeLifeCycleListener(org.apache.catalina.LifecycleListener)
>> Suggestion     : Remove the methods since the method can be provided in a
>> generic way with only involving primitives.
>>
>
> Again, I don't get what you mean here.
>
>
Here what I meant was that  we cannot use a primitive type parameterized
method in the place of LifecycleListener object. But if we go with oname it
may be possible thus offloading the creation of LifecycleListener to
MBeanFactory etc.

Reply via email to