Class LDAPCheckComm

java.lang.Object
netscape.ldap.LDAPCheckComm

class LDAPCheckComm extends Object
This static class checks if the caller is an applet running in Netscape Communicator. If so, it returns the appropriate method.
  • Constructor Details

    • LDAPCheckComm

      LDAPCheckComm()
  • Method Details

    • getMethod

      static Method getMethod(String classPackage, String name) throws LDAPException
      Returns the method whose name matches the specified argument.
      Parameters:
      classPackage - the class package
      name - 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.