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.Object
lookup(java.lang.String name)
Returns the service.
-
-
-
Method Detail
-
getServiceNames
public java.lang.String[] getServiceNames()
Returns the service names.- Specified by:
getServiceNames
in interfaceServiceManagerStub
-
lookup
public java.lang.Object lookup(java.lang.String name) throws UnavailableServiceException
Returns the service.- Specified by:
lookup
in interfaceServiceManagerStub
- Throws:
UnavailableServiceException
- if service is not available
-
-