Methods in com.sun.jini.resource that throw ServiceConfigurationError |
static Iterator |
Service.installedProviders(Class service)
Locates and incrementally instantiates the available providers of a
given service using the extension class loader. |
static Iterator |
Service.providers(Class service)
Locates and incrementally instantiates the available providers of a
given service using the context class loader. |
static Iterator |
Service.providers(Class service,
ClassLoader loader)
Locates and incrementally instantiates the available providers of a
given service using the given class loader. |