package oracle.net.resolver; import oracle.net.ns.NetException; public interface NamingAdapterInterface { public static final boolean DEBUG = false; String resolve(String str) throws NetException; }