Package netscape.ldap
Class LDAPCheckComm
java.lang.Object
netscape.ldap.LDAPCheckComm
This static class checks if the caller is an applet running in
Netscape Communicator. If so, it returns the appropriate method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LDAPCheckComm
LDAPCheckComm()
-
-
Method Details
-
getMethod
Returns the method whose name matches the specified argument.- Parameters:
classPackage
- the class packagename
- the method name- Returns:
- the method.
- Throws:
LDAPException
- Gets thrown if the method is not found or the caller is not an applet running in Netscape Communicator.
-