Uses of Class
javax.jnlp.UnavailableServiceException
-
Packages that use UnavailableServiceException Package Description javax.jnlp net.sourceforge.jnlp.services This package contains the classes that implement the standard services defined by the JNLP specification. -
-
Uses of UnavailableServiceException in javax.jnlp
Methods in javax.jnlp that throw UnavailableServiceException Modifier and Type Method Description static java.lang.ObjectServiceManager. lookup(java.lang.String name)java.lang.ObjectServiceManagerStub. lookup(java.lang.String name) -
Uses of UnavailableServiceException in net.sourceforge.jnlp.services
Methods in net.sourceforge.jnlp.services that throw UnavailableServiceException Modifier and Type Method Description java.lang.ObjectXServiceManagerStub. lookup(java.lang.String name)Returns the service.
-