public interface

NameServiceDescriptor

sun.net.spi.nameservice.NameServiceDescriptor
Known Indirect Subclasses

Summary

Public Methods
abstract NameService createNameService()
Create a new instance of the corresponding name service.
abstract String getProviderName()
Returns this service provider's name
abstract String getType()
Returns this name service type "dns" "nis" etc

Public Methods

public abstract NameService createNameService ()

Create a new instance of the corresponding name service.

Throws
Exception

public abstract String getProviderName ()

Returns this service provider's name

public abstract String getType ()

Returns this name service type "dns" "nis" etc