Uses of Class
com.caucho.services.name.NameServiceException

Packages that use NameServiceException
com.caucho.services.name   
 

Uses of NameServiceException in com.caucho.services.name
 

Methods in com.caucho.services.name that throw NameServiceException
 java.lang.String[] NameServer.list()
          Lists all the object name components directly below the current context.
 java.lang.String[] NameServerRemote.list()
          Lists all the object name components directly below the current context.
 java.lang.Object NameServer.lookup(java.lang.String name)
          Lookup an object from the name server.
 java.lang.Object NameServerRemote.lookup(java.lang.String name)
          Lookup an object from the name server.