public class XServiceManagerStub
extends java.lang.Object
implements javax.jnlp.ServiceManagerStub
| Constructor and Description |
|---|
XServiceManagerStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getServiceNames()
Returns the service names.
|
java.lang.Object |
lookup(java.lang.String name)
Returns the service.
|
public java.lang.String[] getServiceNames()
getServiceNames in interface javax.jnlp.ServiceManagerStubpublic java.lang.Object lookup(java.lang.String name)
throws javax.jnlp.UnavailableServiceException
lookup in interface javax.jnlp.ServiceManagerStubjavax.jnlp.UnavailableServiceException - if service is not available