javax.jnlp
Interface ServiceManagerStub
- public interface ServiceManagerStub
A ServiceManagerStub
object implements the particular
lookup of JNLP services by the JNLP Client. The object
is registered with the ServiceManager
using the
ServiceManager.setServiceManagerStub(javax.jnlp.ServiceManagerStub)
method.
- Version:
- 1.0
- See Also:
ServiceManager
lookup
public java.lang.Object lookup(java.lang.String name)
throws UnavailableServiceException
- See description for
ServiceManager.lookup(java.lang.String)
getServiceNames
public java.lang.String[] getServiceNames()
- See description for
ServiceManager.getServiceNames()
Copyright (c) 2001-2002 Sun Microsystems, Inc. All Rights Reserved