netx.jnlp.services

Class XServiceManagerStub

Implemented Interfaces:
javax.jnlp.ServiceManagerStub

public class XServiceManagerStub
extends java.lang.Object
implements javax.jnlp.ServiceManagerStub

Lookup table for services.
Version:
$Revision: 1.6 $
Author:
Jon A. Maxwell (JAM) - initial author

Constructor Summary

XServiceManagerStub()

Method Summary

String[]
getServiceNames()
Returns the service names.
Object
lookup(String name)
Returns the service.

Constructor Details

XServiceManagerStub

public XServiceManagerStub()

Method Details

getServiceNames

public String[] getServiceNames()
Returns the service names.

lookup

public Object lookup(String name)
            throws javax.jnlp.UnavailableServiceException
Returns the service.