Re: Using reflection to call tcnative methods

2011-07-09 Thread Christopher Schultz
Mladen, On 7/8/2011 11:44 PM, Mladen Turk wrote: On 07/09/2011 04:14 AM, Christopher Schultz wrote: All, I've been working in AprLifecycleListener to add FIPS support. I need to make an additional native method call in initializeSSL and I'm wondering why all of the native methods are called

Using reflection to call tcnative methods

2011-07-08 Thread Christopher Schultz
All, I've been working in AprLifecycleListener to add FIPS support. I need to make an additional native method call in initializeSSL and I'm wondering why all of the native methods are called using reflection instead of direct method calls. The SSL class, for instance, and the

Re: Using reflection to call tcnative methods

2011-07-08 Thread Mladen Turk
On 07/09/2011 04:14 AM, Christopher Schultz wrote: All, I've been working in AprLifecycleListener to add FIPS support. I need to make an additional native method call in initializeSSL and I'm wondering why all of the native methods are called using reflection instead of direct method calls.