public CompareRequest(
     LDAPDN entry,
     AttributeValueAssertion ava)
 {
     this.entry = entry;
     this.ava   = ava;
 }
 public CompareRequest(
     LDAPDN entry,
     AttributeValueAssertion ava)
 {
     this.entry = entry;
     this.ava = ava;
 }
 public CompareRequest()
 {
     this.entry = null;
     this.ava   = null;
 }