Package netscape.ldap
Class DynamicInvoker
java.lang.Object
netscape.ldap.DynamicInvoker
Utility class to dynamically find methods of a class and to invoke
them
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Method
(package private) static Object
private static boolean
signatureCorrect
(Class<?>[] params, String[] args)
-
Field Details
-
m_methodLookup
-
-
Constructor Details
-
DynamicInvoker
DynamicInvoker()
-
-
Method Details
-
invokeMethod
static Object invokeMethod(Object obj, String packageName, String methodName, Object[] args, String[] argNames) throws LDAPException - Throws:
LDAPException
-
getMethod
- Throws:
LDAPException
-
signatureCorrect
-