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.Object
ServiceManager. lookup(java.lang.String name)
java.lang.Object
ServiceManagerStub. 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.Object
XServiceManagerStub. lookup(java.lang.String name)
Returns the service.
-