Uses of Class
com.infoengine.au.NamingServiceException

Packages that use NamingServiceException
com.infoengine.au   
 

Uses of NamingServiceException in com.infoengine.au
 

Subclasses of NamingServiceException in com.infoengine.au
 class NoSuchServiceException
           
 class ServiceUnavailableException
           
 

Methods in com.infoengine.au that throw NamingServiceException
static NamingService NamingService.newInstance(String resource)
          Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
static NamingService NamingService.newInstance(String serviceName, String resource)
          Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
static NamingService NamingService.newInstance(String serviceName, String resource, String[] args)
          Return a naming service instance providing access to a registry that is initialized from a static properties file and/or a network resource obtained using HTTP or LDAP.
static NamingService NamingService.newInstance(String serviceName, Properties props)
          Deprecated.  
static ObjectDestination NamingService.getService(String serviceName)
          Return one of the registry entries associated with a named service.
static boolean NamingService.isLocalService(String dn)
          Determines whether a specific directory distinguished name references a service registered in this virtual machine.
private static void NamingService.getServiceDNs()
          Finds the distinguished names of all directory entries that match the name of this virtual machine.
static Enumeration NamingService.getAllAddresses(String serviceName)
          Return all of the registry entries associated with a named service.
static Socket NamingService.getConnection(String serviceName)
          Returns a socket connected to a named service.
 void NamingService.reinitialize()
           
protected  void NamingService.initialize(String propPrefix)
          Initializes the naming service instance.