niagara-ax/decompiled/com/sun/jndi/ldap/ReferralEnumeration.java
2026-03-17 13:31:18 -07:00

8 lines
210 B
Java

package com.sun.jndi.ldap;
import javax.naming.NamingEnumeration;
interface ReferralEnumeration extends NamingEnumeration {
void appendUnprocessedReferrals(LdapReferralException ldapReferralException);
}