JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 9 & JDK 9
Prev
Next
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Class
javax.jnlp.UnavailableServiceException
Packages that use
UnavailableServiceException
Package
Description
javax.jnlp
The JNLP API is designed to provide additional services to JNLP applications running in the Java Plugin or launched by Java Web Start.
Uses of
UnavailableServiceException
in
javax.jnlp
Methods in
javax.jnlp
that throw
UnavailableServiceException
Modifier and Type
Method
Description
static
Object
ServiceManager.
lookup
(
String
name)
Asks the JNLP Client for a service with a given name.
Object
ServiceManagerStub.
lookup
(
String
name)
See description for
ServiceManager.lookup(java.lang.String)