Package net.sourceforge.jnlp.services
Class XServiceManagerStub
- java.lang.Object
-
- net.sourceforge.jnlp.services.XServiceManagerStub
-
- All Implemented Interfaces:
ServiceManagerStub
public class XServiceManagerStub extends java.lang.Object implements ServiceManagerStub
Lookup table for services.
-
-
Constructor Summary
Constructors Constructor Description XServiceManagerStub()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getServiceNames()Returns the service names.java.lang.Objectlookup(java.lang.String name)Returns the service.
-
-
-
Method Detail
-
getServiceNames
public java.lang.String[] getServiceNames()
Returns the service names.- Specified by:
getServiceNamesin interfaceServiceManagerStub
-
lookup
public java.lang.Object lookup(java.lang.String name) throws UnavailableServiceExceptionReturns the service.- Specified by:
lookupin interfaceServiceManagerStub- Throws:
UnavailableServiceException- if service is not available
-
-